Shades of Sulu #BBF578
Tints of Sulu #BBF578
RGB
CMYK
RGB Variations
Color information
#BBF578 (or 0xBBF578) is known color: Sulu. HEX triplet: BB, F5 and 78. RGB value is (187,245,120). Sum of RGB (Red+Green+Blue) = 187+245+120=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF578 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF578 is #440A87. Grayscale: #D5D5D5. Windows color (decimal): -4459144 or 7927227. OLE color: 7927227.
HSL color Cylindrical-coordinate representation of color #BBF578: hue angle of 87.84º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBF578 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 120 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.04 |
| HSL | 87.84º | 0.86% | 0.72% | - |
| HSV(B) | 87.84º | 0.51% | 0.96% | - |
| XYZ | 56.54 | 77.23 | 29.7 | - |
| YUV | 213.41 | 75.28 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 120 | 0.24 | 0 | 0.51 | 0.04 | 87.84 | 0.86 | 0.72 |
| Hex | BB | F5 | 78 | 18 | 0 | 33 | 4 | 58 | 56 | 48 |
| Octal | 273 | 365 | 170 | 30 | 0 | 63 | 4 | 130 | 126 | 110 |
| Binary | 10111011 | 11110101 | 1111000 | 11000 | 0 | 110011 | 100 | 1011000 | 1010110 | 1001000 |
Color Harmonies of #BBF578
Complementary color
Monochromatic Colors of #BBF578
Black with #BBF578
Text Example
Text Example
White with #BBF578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF578; }
p { color: rgb(187,245,120); }
H1.HeaderClassName
{
color: #BBF578;
}
.AnyTagClassName
{
color: #BBF578;
}
</style>
background-color css
<style>
a { background-color: #BBF578; }
a { background-color: rgb(187,245,120); }
div.DivClassName
{
background-color: #BBF578;
}
.BgClassName
{
background-color: #BBF578;
}
</style>
border-color css
<style>
span { border-color: #BBF578; }
span { border-color: rgb(187,245,120); }
td.TdClassName
{
border-color: #BBF578;
}
.TagClassName
{
border-color: #BBF578;
}
</style>