Shades of Sulu #BBF482
Tints of Sulu #BBF482
RGB
CMYK
RGB Variations
Color information
#BBF482 (or 0xBBF482) is known color: Sulu. HEX triplet: BB, F4 and 82. RGB value is (187,244,130). Sum of RGB (Red+Green+Blue) = 187+244+130=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 130 (51.17% from 255 or 23.17% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF482 is #440B7D. Grayscale: #D6D6D6. Windows color (decimal): -4459390 or 8582331. OLE color: 8582331.
HSL color Cylindrical-coordinate representation of color #BBF482: hue angle of 90º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBF482 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 130 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.04 |
| HSL | 90º | 0.84% | 0.73% | - |
| HSV(B) | 90º | 0.47% | 0.96% | - |
| XYZ | 56.87 | 76.88 | 32.96 | - |
| YUV | 213.96 | 80.62 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 130 | 0.23 | 0 | 0.47 | 0.04 | 90 | 0.84 | 0.73 |
| Hex | BB | F4 | 82 | 17 | 0 | 2F | 4 | 5A | 54 | 49 |
| Octal | 273 | 364 | 202 | 27 | 0 | 57 | 4 | 132 | 124 | 111 |
| Binary | 10111011 | 11110100 | 10000010 | 10111 | 0 | 101111 | 100 | 1011010 | 1010100 | 1001001 |
Color Harmonies of #BBF482
Complementary color
Monochromatic Colors of #BBF482
Black with #BBF482
Text Example
Text Example
White with #BBF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF482; }
p { color: rgb(187,244,130); }
H1.HeaderClassName
{
color: #BBF482;
}
.AnyTagClassName
{
color: #BBF482;
}
</style>
background-color css
<style>
a { background-color: #BBF482; }
a { background-color: rgb(187,244,130); }
div.DivClassName
{
background-color: #BBF482;
}
.BgClassName
{
background-color: #BBF482;
}
</style>
border-color css
<style>
span { border-color: #BBF482; }
span { border-color: rgb(187,244,130); }
td.TdClassName
{
border-color: #BBF482;
}
.TagClassName
{
border-color: #BBF482;
}
</style>