Shades of Sulu #BBFE81
Tints of Sulu #BBFE81
RGB
CMYK
RGB Variations
Color information
#BBFE81 (or 0xBBFE81) is known color: Sulu. HEX triplet: BB, FE and 81. RGB value is (187,254,129). Sum of RGB (Red+Green+Blue) = 187+254+129=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFE81 is #44017E. Grayscale: #DCDCDC. Windows color (decimal): -4456831 or 8519355. OLE color: 8519355.
HSL color Cylindrical-coordinate representation of color #BBFE81: hue angle of 92.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BBFE81 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 129 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.00 |
| HSL | 92.16º | 0.98% | 0.75% | - |
| HSV(B) | 92.16º | 0.49% | 1% | - |
| XYZ | 59.9 | 83.03 | 33.64 | - |
| YUV | 219.72 | 76.8 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 129 | 0.26 | 0 | 0.49 | 0.00 | 92.16 | 0.98 | 0.75 |
| Hex | BB | FE | 81 | 1A | 0 | 31 | 0 | 5C | 62 | 4B |
| Octal | 273 | 376 | 201 | 32 | 0 | 61 | 0 | 134 | 142 | 113 |
| Binary | 10111011 | 11111110 | 10000001 | 11010 | 0 | 110001 | 0 | 1011100 | 1100010 | 1001011 |
Color Harmonies of #BBFE81
Complementary color
Monochromatic Colors of #BBFE81
Black with #BBFE81
Text Example
Text Example
White with #BBFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE81; }
p { color: rgb(187,254,129); }
H1.HeaderClassName
{
color: #BBFE81;
}
.AnyTagClassName
{
color: #BBFE81;
}
</style>
background-color css
<style>
a { background-color: #BBFE81; }
a { background-color: rgb(187,254,129); }
div.DivClassName
{
background-color: #BBFE81;
}
.BgClassName
{
background-color: #BBFE81;
}
</style>
border-color css
<style>
span { border-color: #BBFE81; }
span { border-color: rgb(187,254,129); }
td.TdClassName
{
border-color: #BBFE81;
}
.TagClassName
{
border-color: #BBFE81;
}
</style>