Shades of Sulu #BBFE75
Tints of Sulu #BBFE75
RGB
CMYK
RGB Variations
Color information
#BBFE75 (or 0xBBFE75) is known color: Sulu. HEX triplet: BB, FE and 75. RGB value is (187,254,117). Sum of RGB (Red+Green+Blue) = 187+254+117=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFE75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFE75 is #44018A. Grayscale: #DADADA. Windows color (decimal): -4456843 or 7732923. OLE color: 7732923.
HSL color Cylindrical-coordinate representation of color #BBFE75: hue angle of 89.34º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBFE75 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 254 | 117 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.00 |
| HSL | 89.34º | 0.99% | 0.73% | - |
| HSV(B) | 89.34º | 0.54% | 1% | - |
| XYZ | 59.15 | 82.73 | 29.68 | - |
| YUV | 218.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 254 | 117 | 0.26 | 0 | 0.54 | 0.00 | 89.34 | 0.99 | 0.73 |
| Hex | BB | FE | 75 | 1A | 0 | 36 | 0 | 59 | 63 | 49 |
| Octal | 273 | 376 | 165 | 32 | 0 | 66 | 0 | 131 | 143 | 111 |
| Binary | 10111011 | 11111110 | 1110101 | 11010 | 0 | 110110 | 0 | 1011001 | 1100011 | 1001001 |
Color Harmonies of #BBFE75
Complementary color
Monochromatic Colors of #BBFE75
Black with #BBFE75
Text Example
Text Example
White with #BBFE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFE75; }
p { color: rgb(187,254,117); }
H1.HeaderClassName
{
color: #BBFE75;
}
.AnyTagClassName
{
color: #BBFE75;
}
</style>
background-color css
<style>
a { background-color: #BBFE75; }
a { background-color: rgb(187,254,117); }
div.DivClassName
{
background-color: #BBFE75;
}
.BgClassName
{
background-color: #BBFE75;
}
</style>
border-color css
<style>
span { border-color: #BBFE75; }
span { border-color: rgb(187,254,117); }
td.TdClassName
{
border-color: #BBFE75;
}
.TagClassName
{
border-color: #BBFE75;
}
</style>