Shades of Sulu #BBFF76
Tints of Sulu #BBFF76
RGB
CMYK
RGB Variations
Color information
#BBFF76 (or 0xBBFF76) is known color: Sulu. HEX triplet: BB, FF and 76. RGB value is (187,255,118). Sum of RGB (Red+Green+Blue) = 187+255+118=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF76 is #440089. Grayscale: #DBDBDB. Windows color (decimal): -4456586 or 7798715. OLE color: 7798715.
HSL color Cylindrical-coordinate representation of color #BBFF76: hue angle of 89.78º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBFF76 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 118 | - |
| CMYK | 0.27 | 0 | 0.54 | 0 |
| HSL | 89.78º | 1% | 0.73% | - |
| HSV(B) | 89.78º | 0.54% | 1% | - |
| XYZ | 59.52 | 83.39 | 30.1 | - |
| YUV | 219.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 118 | 0.27 | 0 | 0.54 | 0 | 89.78 | 1 | 0.73 |
| Hex | BB | FF | 76 | 1B | 0 | 36 | 0 | 5A | 64 | 49 |
| Octal | 273 | 377 | 166 | 33 | 0 | 66 | 0 | 132 | 144 | 111 |
| Binary | 10111011 | 11111111 | 1110110 | 11011 | 0 | 110110 | 0 | 1011010 | 1100100 | 1001001 |
Color Harmonies of #BBFF76
Complementary color
Monochromatic Colors of #BBFF76
Black with #BBFF76
Text Example
Text Example
White with #BBFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF76; }
p { color: rgb(187,255,118); }
H1.HeaderClassName
{
color: #BBFF76;
}
.AnyTagClassName
{
color: #BBFF76;
}
</style>
background-color css
<style>
a { background-color: #BBFF76; }
a { background-color: rgb(187,255,118); }
div.DivClassName
{
background-color: #BBFF76;
}
.BgClassName
{
background-color: #BBFF76;
}
</style>
border-color css
<style>
span { border-color: #BBFF76; }
span { border-color: rgb(187,255,118); }
td.TdClassName
{
border-color: #BBFF76;
}
.TagClassName
{
border-color: #BBFF76;
}
</style>