Shades of Sulu #B8FB8C
Tints of Sulu #B8FB8C
RGB
CMYK
RGB Variations
Color information
#B8FB8C (or 0xB8FB8C) is known color: Sulu. HEX triplet: B8, FB and 8C. RGB value is (184,251,140). Sum of RGB (Red+Green+Blue) = 184+251+140=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FB8C is #470473. Grayscale: #DADADA. Windows color (decimal): -4654196 or 9239480. OLE color: 9239480.
HSL color Cylindrical-coordinate representation of color #B8FB8C: hue angle of 96.22º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8FB8C is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
RGB | 184 | 251 | 140 | - |
CMYK | 0.27 | 0 | 0.44 | 0.02 |
HSL | 96.22º | 0.93% | 0.77% | - |
HSV(B) | 96.22º | 0.44% | 0.98% | - |
XYZ | 59 | 81.08 | 37.35 | - |
YUV | 218.31 | 83.8 | 103.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 251 | 140 | 0.27 | 0 | 0.44 | 0.02 | 96.22 | 0.93 | 0.77 |
Hex | B8 | FB | 8C | 1B | 0 | 2C | 2 | 60 | 5D | 4D |
Octal | 270 | 373 | 214 | 33 | 0 | 54 | 2 | 140 | 135 | 115 |
Binary | 10111000 | 11111011 | 10001100 | 11011 | 0 | 101100 | 10 | 1100000 | 1011101 | 1001101 |
Color Harmonies of #B8FB8C
Complementary color
Monochromatic Colors of #B8FB8C
Black with #B8FB8C
Text Example
Text Example
White with #B8FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FB8C; }
p { color: rgb(184,251,140); }
H1.HeaderClassName
{
color: #B8FB8C;
}
.AnyTagClassName
{
color: #B8FB8C;
}
</style>
background-color css
<style>
a { background-color: #B8FB8C; }
a { background-color: rgb(184,251,140); }
div.DivClassName
{
background-color: #B8FB8C;
}
.BgClassName
{
background-color: #B8FB8C;
}
</style>
border-color css
<style>
span { border-color: #B8FB8C; }
span { border-color: rgb(184,251,140); }
td.TdClassName
{
border-color: #B8FB8C;
}
.TagClassName
{
border-color: #B8FB8C;
}
</style>