Shades of Sulu #BBF07C
Tints of Sulu #BBF07C
RGB
CMYK
RGB Variations
Color information
#BBF07C (or 0xBBF07C) is known color: Sulu. HEX triplet: BB, F0 and 7C. RGB value is (187,240,124). Sum of RGB (Red+Green+Blue) = 187+240+124=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF07C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF07C is #440F83. Grayscale: #D3D3D3. Windows color (decimal): -4460420 or 8188091. OLE color: 8188091.
HSL color Cylindrical-coordinate representation of color #BBF07C: hue angle of 87.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBF07C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 124 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.06 |
| HSL | 87.41º | 0.79% | 0.71% | - |
| HSV(B) | 87.41º | 0.48% | 0.94% | - |
| XYZ | 55.29 | 74.34 | 30.5 | - |
| YUV | 210.93 | 78.94 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 124 | 0.22 | 0 | 0.48 | 0.06 | 87.41 | 0.79 | 0.71 |
| Hex | BB | F0 | 7C | 16 | 0 | 30 | 6 | 57 | 4F | 47 |
| Octal | 273 | 360 | 174 | 26 | 0 | 60 | 6 | 127 | 117 | 107 |
| Binary | 10111011 | 11110000 | 1111100 | 10110 | 0 | 110000 | 110 | 1010111 | 1001111 | 1000111 |
Color Harmonies of #BBF07C
Complementary color
Monochromatic Colors of #BBF07C
Black with #BBF07C
Text Example
Text Example
White with #BBF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF07C; }
p { color: rgb(187,240,124); }
H1.HeaderClassName
{
color: #BBF07C;
}
.AnyTagClassName
{
color: #BBF07C;
}
</style>
background-color css
<style>
a { background-color: #BBF07C; }
a { background-color: rgb(187,240,124); }
div.DivClassName
{
background-color: #BBF07C;
}
.BgClassName
{
background-color: #BBF07C;
}
</style>
border-color css
<style>
span { border-color: #BBF07C; }
span { border-color: rgb(187,240,124); }
td.TdClassName
{
border-color: #BBF07C;
}
.TagClassName
{
border-color: #BBF07C;
}
</style>