Shades of Sulu #BBF28D
Tints of Sulu #BBF28D
RGB
CMYK
RGB Variations
Color information
#BBF28D (or 0xBBF28D) is known color: Sulu. HEX triplet: BB, F2 and 8D. RGB value is (187,242,141). Sum of RGB (Red+Green+Blue) = 187+242+141=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF28D is #440D72. Grayscale: #D6D6D6. Windows color (decimal): -4459891 or 9302715. OLE color: 9302715.
HSL color Cylindrical-coordinate representation of color #BBF28D: hue angle of 92.67º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBF28D is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 141 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.05 |
| HSL | 92.67º | 0.8% | 0.75% | - |
| HSV(B) | 92.67º | 0.42% | 0.95% | - |
| XYZ | 57.05 | 75.99 | 36.86 | - |
| YUV | 214.04 | 86.78 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 141 | 0.23 | 0 | 0.42 | 0.05 | 92.67 | 0.8 | 0.75 |
| Hex | BB | F2 | 8D | 17 | 0 | 2A | 5 | 5D | 50 | 4B |
| Octal | 273 | 362 | 215 | 27 | 0 | 52 | 5 | 135 | 120 | 113 |
| Binary | 10111011 | 11110010 | 10001101 | 10111 | 0 | 101010 | 101 | 1011101 | 1010000 | 1001011 |
Color Harmonies of #BBF28D
Complementary color
Monochromatic Colors of #BBF28D
Black with #BBF28D
Text Example
Text Example
White with #BBF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF28D; }
p { color: rgb(187,242,141); }
H1.HeaderClassName
{
color: #BBF28D;
}
.AnyTagClassName
{
color: #BBF28D;
}
</style>
background-color css
<style>
a { background-color: #BBF28D; }
a { background-color: rgb(187,242,141); }
div.DivClassName
{
background-color: #BBF28D;
}
.BgClassName
{
background-color: #BBF28D;
}
</style>
border-color css
<style>
span { border-color: #BBF28D; }
span { border-color: rgb(187,242,141); }
td.TdClassName
{
border-color: #BBF28D;
}
.TagClassName
{
border-color: #BBF28D;
}
</style>