Shades of Sulu #BBF28B
Tints of Sulu #BBF28B
RGB
CMYK
RGB Variations
Color information
#BBF28B (or 0xBBF28B) is known color: Sulu. HEX triplet: BB, F2 and 8B. RGB value is (187,242,139). Sum of RGB (Red+Green+Blue) = 187+242+139=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF28B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF28B is #440D74. Grayscale: #D6D6D6. Windows color (decimal): -4459893 or 9171643. OLE color: 9171643.
HSL color Cylindrical-coordinate representation of color #BBF28B: hue angle of 92.04º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBF28B is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 139 | - |
| CMYK | 0.23 | 0 | 0.43 | 0.05 |
| HSL | 92.04º | 0.8% | 0.75% | - |
| HSV(B) | 92.04º | 0.43% | 0.95% | - |
| XYZ | 56.91 | 75.93 | 36.08 | - |
| YUV | 213.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 139 | 0.23 | 0 | 0.43 | 0.05 | 92.04 | 0.8 | 0.75 |
| Hex | BB | F2 | 8B | 17 | 0 | 2B | 5 | 5C | 50 | 4B |
| Octal | 273 | 362 | 213 | 27 | 0 | 53 | 5 | 134 | 120 | 113 |
| Binary | 10111011 | 11110010 | 10001011 | 10111 | 0 | 101011 | 101 | 1011100 | 1010000 | 1001011 |
Color Harmonies of #BBF28B
Complementary color
Monochromatic Colors of #BBF28B
Black with #BBF28B
Text Example
Text Example
White with #BBF28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF28B; }
p { color: rgb(187,242,139); }
H1.HeaderClassName
{
color: #BBF28B;
}
.AnyTagClassName
{
color: #BBF28B;
}
</style>
background-color css
<style>
a { background-color: #BBF28B; }
a { background-color: rgb(187,242,139); }
div.DivClassName
{
background-color: #BBF28B;
}
.BgClassName
{
background-color: #BBF28B;
}
</style>
border-color css
<style>
span { border-color: #BBF28B; }
span { border-color: rgb(187,242,139); }
td.TdClassName
{
border-color: #BBF28B;
}
.TagClassName
{
border-color: #BBF28B;
}
</style>