Shades of Sulu #BBF68E
Tints of Sulu #BBF68E
RGB
CMYK
RGB Variations
Color information
#BBF68E (or 0xBBF68E) is known color: Sulu. HEX triplet: BB, F6 and 8E. RGB value is (187,246,142). Sum of RGB (Red+Green+Blue) = 187+246+142=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 246 (96.48% from 255 or 42.78% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF68E is #440971. Grayscale: #D8D8D8. Windows color (decimal): -4458866 or 9369275. OLE color: 9369275.
HSL color Cylindrical-coordinate representation of color #BBF68E: hue angle of 94.04º degrees, saturation: 0.85, 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 #BBF68E is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 142 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.04 |
| HSL | 94.04º | 0.85% | 0.76% | - |
| HSV(B) | 94.04º | 0.42% | 0.96% | - |
| XYZ | 58.33 | 78.43 | 37.66 | - |
| YUV | 216.5 | 85.95 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 142 | 0.24 | 0 | 0.42 | 0.04 | 94.04 | 0.85 | 0.76 |
| Hex | BB | F6 | 8E | 18 | 0 | 2A | 4 | 5E | 55 | 4C |
| Octal | 273 | 366 | 216 | 30 | 0 | 52 | 4 | 136 | 125 | 114 |
| Binary | 10111011 | 11110110 | 10001110 | 11000 | 0 | 101010 | 100 | 1011110 | 1010101 | 1001100 |
Color Harmonies of #BBF68E
Complementary color
Monochromatic Colors of #BBF68E
Black with #BBF68E
Text Example
Text Example
White with #BBF68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF68E; }
p { color: rgb(187,246,142); }
H1.HeaderClassName
{
color: #BBF68E;
}
.AnyTagClassName
{
color: #BBF68E;
}
</style>
background-color css
<style>
a { background-color: #BBF68E; }
a { background-color: rgb(187,246,142); }
div.DivClassName
{
background-color: #BBF68E;
}
.BgClassName
{
background-color: #BBF68E;
}
</style>
border-color css
<style>
span { border-color: #BBF68E; }
span { border-color: rgb(187,246,142); }
td.TdClassName
{
border-color: #BBF68E;
}
.TagClassName
{
border-color: #BBF68E;
}
</style>