#B8F96F

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

Shades of Sulu #B8F96F

Tints of Sulu #B8F96F

Color information

#B8F96F (or 0xB8F96F) is unknown color: approx Sulu. HEX triplet: B8, F9 and 6F. RGB value is (184,249,111). Sum of RGB (Red+Green+Blue) = 184+249+111=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #B8F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F96F is #470690. Grayscale: #D6D6D6. Windows color (decimal): -4654737 or 7338424. OLE color: 7338424.

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

Color convert

RGB184249111-
CMYK0.2600.550.02
HSL88.26º92%70.59%-
HSV(B)88.26º55.42%97.65%-
XYZ56.5179.0927.33-
YUV213.8369.97106.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 111 (43.75% from 255) = 20.40%
R=33.82%
G=45.77%
B=20.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842491110.2600.550.0288.269270.59
HexB8F96F1A0372585c47
Octal270371157320672130134107
Binary1011100011111001110111111010011011110101100010111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8F96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8F96F; }

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

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

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

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

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

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

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

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