Shades of Sulu #BBF58D
Tints of Sulu #BBF58D
RGB
CMYK
RGB Variations
Color information
#BBF58D (or 0xBBF58D) is known color: Sulu. HEX triplet: BB, F5 and 8D. RGB value is (187,245,141). Sum of RGB (Red+Green+Blue) = 187+245+141=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 245 (96.09% from 255 or 42.76% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF58D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF58D is #440A72. Grayscale: #D8D8D8. Windows color (decimal): -4459123 or 9303483. OLE color: 9303483.
HSL color Cylindrical-coordinate representation of color #BBF58D: hue angle of 93.46º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBF58D is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 141 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.04 |
| HSL | 93.46º | 0.84% | 0.76% | - |
| HSV(B) | 93.46º | 0.42% | 0.96% | - |
| XYZ | 57.95 | 77.79 | 37.16 | - |
| YUV | 215.8 | 85.78 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 141 | 0.24 | 0 | 0.42 | 0.04 | 93.46 | 0.84 | 0.76 |
| Hex | BB | F5 | 8D | 18 | 0 | 2A | 4 | 5D | 54 | 4C |
| Octal | 273 | 365 | 215 | 30 | 0 | 52 | 4 | 135 | 124 | 114 |
| Binary | 10111011 | 11110101 | 10001101 | 11000 | 0 | 101010 | 100 | 1011101 | 1010100 | 1001100 |
Color Harmonies of #BBF58D
Complementary color
Monochromatic Colors of #BBF58D
Black with #BBF58D
Text Example
Text Example
White with #BBF58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF58D; }
p { color: rgb(187,245,141); }
H1.HeaderClassName
{
color: #BBF58D;
}
.AnyTagClassName
{
color: #BBF58D;
}
</style>
background-color css
<style>
a { background-color: #BBF58D; }
a { background-color: rgb(187,245,141); }
div.DivClassName
{
background-color: #BBF58D;
}
.BgClassName
{
background-color: #BBF58D;
}
</style>
border-color css
<style>
span { border-color: #BBF58D; }
span { border-color: rgb(187,245,141); }
td.TdClassName
{
border-color: #BBF58D;
}
.TagClassName
{
border-color: #BBF58D;
}
</style>