Shades of Sulu #BBF580
Tints of Sulu #BBF580
RGB
CMYK
RGB Variations
Color information
#BBF580 (or 0xBBF580) is known color: Sulu. HEX triplet: BB, F5 and 80. RGB value is (187,245,128). Sum of RGB (Red+Green+Blue) = 187+245+128=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 245 (96.09% from 255 or 43.75% from 560); Blue value is 128 (50.39% from 255 or 22.86% from 560); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF580 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF580 is #440A7F. Grayscale: #D6D6D6. Windows color (decimal): -4459136 or 8451515. OLE color: 8451515.
HSL color Cylindrical-coordinate representation of color #BBF580: hue angle of 89.74º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF580 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 128 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.04 |
| HSL | 89.74º | 0.85% | 0.73% | - |
| HSV(B) | 89.74º | 0.48% | 0.96% | - |
| XYZ | 57.04 | 77.43 | 32.36 | - |
| YUV | 214.32 | 79.28 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 128 | 0.24 | 0 | 0.48 | 0.04 | 89.74 | 0.85 | 0.73 |
| Hex | BB | F5 | 80 | 18 | 0 | 30 | 4 | 5A | 55 | 49 |
| Octal | 273 | 365 | 200 | 30 | 0 | 60 | 4 | 132 | 125 | 111 |
| Binary | 10111011 | 11110101 | 10000000 | 11000 | 0 | 110000 | 100 | 1011010 | 1010101 | 1001001 |
Color Harmonies of #BBF580
Complementary color
Monochromatic Colors of #BBF580
Black with #BBF580
Text Example
Text Example
White with #BBF580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF580; }
p { color: rgb(187,245,128); }
H1.HeaderClassName
{
color: #BBF580;
}
.AnyTagClassName
{
color: #BBF580;
}
</style>
background-color css
<style>
a { background-color: #BBF580; }
a { background-color: rgb(187,245,128); }
div.DivClassName
{
background-color: #BBF580;
}
.BgClassName
{
background-color: #BBF580;
}
</style>
border-color css
<style>
span { border-color: #BBF580; }
span { border-color: rgb(187,245,128); }
td.TdClassName
{
border-color: #BBF580;
}
.TagClassName
{
border-color: #BBF580;
}
</style>