#B8F96E

Color #B8F96E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #B8F96E

Tints of Sulu #B8F96E

Color information

#B8F96E (or 0xB8F96E) is unknown color: approx Sulu. HEX triplet: B8, F9 and 6E. RGB value is (184,249,110). Sum of RGB (Red+Green+Blue) = 184+249+110=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F96E is #470691. Grayscale: #D6D6D6. Windows color (decimal): -4654738 or 7272888. OLE color: 7272888.

HSL color Cylindrical-coordinate representation of color #B8F96E: hue angle of 88.06º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8F96E is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB184249110-
CMYK0.2600.560.02
HSL88.06º92.05%70.39%-
HSV(B)88.06º55.82%97.65%-
XYZ56.4679.0727.04-
YUV213.7269.47106.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 249 (97.66% from 255) = 45.86%
BLUE value IS 110 (43.36% from 255) = 20.26%
R=33.89%
G=45.86%
B=20.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842491100.2600.560.0288.0692.0570.39
HexB8F96E1A0382585c46
Octal270371156320702130134106
Binary1011100011111001110111011010011100010101100010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F96E; }

 p { color: rgb(184,249,110); }

 H1.HeaderClassName
 {
   color: #B8F96E;
 }
 .AnyTagClassName
 {
   color: #B8F96E;
 }
</style>
background-color css

<style>
 a { background-color: #B8F96E; }

 a { background-color: rgb(184,249,110); }

 div.DivClassName
 {
   background-color: #B8F96E;
 }
 .BgClassName
 {
   background-color: #B8F96E;
 }
</style>
border-color css

<style>
 span { border-color: #B8F96E; }

 span { border-color: rgb(184,249,110); }

 td.TdClassName
 {
   border-color: #B8F96E;
 }
 .TagClassName
 {
   border-color: #B8F96E;
 }
</style>