Shades of Sulu #BBF078
Tints of Sulu #BBF078
RGB
CMYK
RGB Variations
Color information
#BBF078 (or 0xBBF078) is known color: Sulu. HEX triplet: BB, F0 and 78. RGB value is (187,240,120). Sum of RGB (Red+Green+Blue) = 187+240+120=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF078 is #440F87. Grayscale: #D2D2D2. Windows color (decimal): -4460424 or 7925947. OLE color: 7925947.
HSL color Cylindrical-coordinate representation of color #BBF078: hue angle of 86.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBF078 is Cyan = 0.22, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 120 | - |
| CMYK | 0.22 | 0 | 0.5 | 0.06 |
| HSL | 86.5º | 0.8% | 0.71% | - |
| HSV(B) | 86.5º | 0.5% | 0.94% | - |
| XYZ | 55.04 | 74.24 | 29.2 | - |
| YUV | 210.47 | 76.94 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 120 | 0.22 | 0 | 0.5 | 0.06 | 86.5 | 0.8 | 0.71 |
| Hex | BB | F0 | 78 | 16 | 0 | 32 | 6 | 56 | 50 | 47 |
| Octal | 273 | 360 | 170 | 26 | 0 | 62 | 6 | 126 | 120 | 107 |
| Binary | 10111011 | 11110000 | 1111000 | 10110 | 0 | 110010 | 110 | 1010110 | 1010000 | 1000111 |
Color Harmonies of #BBF078
Complementary color
Monochromatic Colors of #BBF078
Black with #BBF078
Text Example
Text Example
White with #BBF078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF078; }
p { color: rgb(187,240,120); }
H1.HeaderClassName
{
color: #BBF078;
}
.AnyTagClassName
{
color: #BBF078;
}
</style>
background-color css
<style>
a { background-color: #BBF078; }
a { background-color: rgb(187,240,120); }
div.DivClassName
{
background-color: #BBF078;
}
.BgClassName
{
background-color: #BBF078;
}
</style>
border-color css
<style>
span { border-color: #BBF078; }
span { border-color: rgb(187,240,120); }
td.TdClassName
{
border-color: #BBF078;
}
.TagClassName
{
border-color: #BBF078;
}
</style>