Shades of Sulu #BBF476
Tints of Sulu #BBF476
RGB
CMYK
RGB Variations
Color information
#BBF476 (or 0xBBF476) is known color: Sulu. HEX triplet: BB, F4 and 76. RGB value is (187,244,118). Sum of RGB (Red+Green+Blue) = 187+244+118=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF476 is #440B89. Grayscale: #D5D5D5. Windows color (decimal): -4459402 or 7795899. OLE color: 7795899.
HSL color Cylindrical-coordinate representation of color #BBF476: hue angle of 87.14º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBF476 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 118 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.04 |
| HSL | 87.14º | 0.85% | 0.71% | - |
| HSV(B) | 87.14º | 0.52% | 0.96% | - |
| XYZ | 56.11 | 76.57 | 28.96 | - |
| YUV | 212.59 | 74.62 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 118 | 0.23 | 0 | 0.52 | 0.04 | 87.14 | 0.85 | 0.71 |
| Hex | BB | F4 | 76 | 17 | 0 | 34 | 4 | 57 | 55 | 47 |
| Octal | 273 | 364 | 166 | 27 | 0 | 64 | 4 | 127 | 125 | 107 |
| Binary | 10111011 | 11110100 | 1110110 | 10111 | 0 | 110100 | 100 | 1010111 | 1010101 | 1000111 |
Color Harmonies of #BBF476
Complementary color
Monochromatic Colors of #BBF476
Black with #BBF476
Text Example
Text Example
White with #BBF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF476; }
p { color: rgb(187,244,118); }
H1.HeaderClassName
{
color: #BBF476;
}
.AnyTagClassName
{
color: #BBF476;
}
</style>
background-color css
<style>
a { background-color: #BBF476; }
a { background-color: rgb(187,244,118); }
div.DivClassName
{
background-color: #BBF476;
}
.BgClassName
{
background-color: #BBF476;
}
</style>
border-color css
<style>
span { border-color: #BBF476; }
span { border-color: rgb(187,244,118); }
td.TdClassName
{
border-color: #BBF476;
}
.TagClassName
{
border-color: #BBF476;
}
</style>