Shades of Sulu #BBF376
Tints of Sulu #BBF376
RGB
CMYK
RGB Variations
Color information
#BBF376 (or 0xBBF376) is known color: Sulu. HEX triplet: BB, F3 and 76. RGB value is (187,243,118). Sum of RGB (Red+Green+Blue) = 187+243+118=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF376 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF376 is #440C89. Grayscale: #D4D4D4. Windows color (decimal): -4459658 or 7795643. OLE color: 7795643.
HSL color Cylindrical-coordinate representation of color #BBF376: hue angle of 86.88º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBF376 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 118 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.05 |
| HSL | 86.88º | 0.84% | 0.71% | - |
| HSV(B) | 86.88º | 0.51% | 0.95% | - |
| XYZ | 55.81 | 75.97 | 28.86 | - |
| YUV | 212.01 | 74.95 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 118 | 0.23 | 0 | 0.51 | 0.05 | 86.88 | 0.84 | 0.71 |
| Hex | BB | F3 | 76 | 17 | 0 | 33 | 5 | 57 | 54 | 47 |
| Octal | 273 | 363 | 166 | 27 | 0 | 63 | 5 | 127 | 124 | 107 |
| Binary | 10111011 | 11110011 | 1110110 | 10111 | 0 | 110011 | 101 | 1010111 | 1010100 | 1000111 |
Color Harmonies of #BBF376
Complementary color
Monochromatic Colors of #BBF376
Black with #BBF376
Text Example
Text Example
White with #BBF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF376; }
p { color: rgb(187,243,118); }
H1.HeaderClassName
{
color: #BBF376;
}
.AnyTagClassName
{
color: #BBF376;
}
</style>
background-color css
<style>
a { background-color: #BBF376; }
a { background-color: rgb(187,243,118); }
div.DivClassName
{
background-color: #BBF376;
}
.BgClassName
{
background-color: #BBF376;
}
</style>
border-color css
<style>
span { border-color: #BBF376; }
span { border-color: rgb(187,243,118); }
td.TdClassName
{
border-color: #BBF376;
}
.TagClassName
{
border-color: #BBF376;
}
</style>