Shades of Sulu #BBF58B
Tints of Sulu #BBF58B
RGB
CMYK
RGB Variations
Color information
#BBF58B (or 0xBBF58B) is known color: Sulu. HEX triplet: BB, F5 and 8B. RGB value is (187,245,139). Sum of RGB (Red+Green+Blue) = 187+245+139=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF58B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF58B is #440A74. Grayscale: #D7D7D7. Windows color (decimal): -4459125 or 9172411. OLE color: 9172411.
HSL color Cylindrical-coordinate representation of color #BBF58B: hue angle of 92.83º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF58B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 139 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.04 |
| HSL | 92.83º | 0.84% | 0.75% | - |
| HSV(B) | 92.83º | 0.43% | 0.96% | - |
| XYZ | 57.81 | 77.73 | 36.38 | - |
| YUV | 215.57 | 84.78 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 139 | 0.24 | 0 | 0.43 | 0.04 | 92.83 | 0.84 | 0.75 |
| Hex | BB | F5 | 8B | 18 | 0 | 2B | 4 | 5D | 54 | 4B |
| Octal | 273 | 365 | 213 | 30 | 0 | 53 | 4 | 135 | 124 | 113 |
| Binary | 10111011 | 11110101 | 10001011 | 11000 | 0 | 101011 | 100 | 1011101 | 1010100 | 1001011 |
Color Harmonies of #BBF58B
Complementary color
Monochromatic Colors of #BBF58B
Black with #BBF58B
Text Example
Text Example
White with #BBF58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF58B; }
p { color: rgb(187,245,139); }
H1.HeaderClassName
{
color: #BBF58B;
}
.AnyTagClassName
{
color: #BBF58B;
}
</style>
background-color css
<style>
a { background-color: #BBF58B; }
a { background-color: rgb(187,245,139); }
div.DivClassName
{
background-color: #BBF58B;
}
.BgClassName
{
background-color: #BBF58B;
}
</style>
border-color css
<style>
span { border-color: #BBF58B; }
span { border-color: rgb(187,245,139); }
td.TdClassName
{
border-color: #BBF58B;
}
.TagClassName
{
border-color: #BBF58B;
}
</style>