Shades of Sulu #BBE075
Tints of Sulu #BBE075
RGB
CMYK
RGB Variations
Color information
#BBE075 (or 0xBBE075) is known color: Sulu. HEX triplet: BB, E0 and 75. RGB value is (187,224,117). Sum of RGB (Red+Green+Blue) = 187+224+117=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE075 is #441F8A. Grayscale: #C9C9C9. Windows color (decimal): -4464523 or 7725243. OLE color: 7725243.
HSL color Cylindrical-coordinate representation of color #BBE075: hue angle of 80.75º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBE075 is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 117 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.12 |
| HSL | 80.75º | 0.63% | 0.67% | - |
| HSV(B) | 80.75º | 0.48% | 0.88% | - |
| XYZ | 50.36 | 65.16 | 26.75 | - |
| YUV | 200.74 | 80.74 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 117 | 0.17 | 0 | 0.48 | 0.12 | 80.75 | 0.63 | 0.67 |
| Hex | BB | E0 | 75 | 11 | 0 | 30 | C | 51 | 3F | 43 |
| Octal | 273 | 340 | 165 | 21 | 0 | 60 | 14 | 121 | 77 | 103 |
| Binary | 10111011 | 11100000 | 1110101 | 10001 | 0 | 110000 | 1100 | 1010001 | 111111 | 1000011 |
Color Harmonies of #BBE075
Complementary color
Monochromatic Colors of #BBE075
Black with #BBE075
Text Example
Text Example
White with #BBE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE075; }
p { color: rgb(187,224,117); }
H1.HeaderClassName
{
color: #BBE075;
}
.AnyTagClassName
{
color: #BBE075;
}
</style>
background-color css
<style>
a { background-color: #BBE075; }
a { background-color: rgb(187,224,117); }
div.DivClassName
{
background-color: #BBE075;
}
.BgClassName
{
background-color: #BBE075;
}
</style>
border-color css
<style>
span { border-color: #BBE075; }
span { border-color: rgb(187,224,117); }
td.TdClassName
{
border-color: #BBE075;
}
.TagClassName
{
border-color: #BBE075;
}
</style>