Shades of Sulu #BBE07D
Tints of Sulu #BBE07D
RGB
CMYK
RGB Variations
Color information
#BBE07D (or 0xBBE07D) is known color: Sulu. HEX triplet: BB, E0 and 7D. RGB value is (187,224,125). Sum of RGB (Red+Green+Blue) = 187+224+125=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE07D is #441F82. Grayscale: #CACACA. Windows color (decimal): -4464515 or 8249531. OLE color: 8249531.
HSL color Cylindrical-coordinate representation of color #BBE07D: hue angle of 82.42º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BBE07D is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 125 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.12 |
| HSL | 82.42º | 0.61% | 0.68% | - |
| HSV(B) | 82.42º | 0.44% | 0.88% | - |
| XYZ | 50.85 | 65.36 | 29.34 | - |
| YUV | 201.65 | 84.74 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 125 | 0.17 | 0 | 0.44 | 0.12 | 82.42 | 0.61 | 0.68 |
| Hex | BB | E0 | 7D | 11 | 0 | 2C | C | 52 | 3D | 44 |
| Octal | 273 | 340 | 175 | 21 | 0 | 54 | 14 | 122 | 75 | 104 |
| Binary | 10111011 | 11100000 | 1111101 | 10001 | 0 | 101100 | 1100 | 1010010 | 111101 | 1000100 |
Color Harmonies of #BBE07D
Complementary color
Monochromatic Colors of #BBE07D
Black with #BBE07D
Text Example
Text Example
White with #BBE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE07D; }
p { color: rgb(187,224,125); }
H1.HeaderClassName
{
color: #BBE07D;
}
.AnyTagClassName
{
color: #BBE07D;
}
</style>
background-color css
<style>
a { background-color: #BBE07D; }
a { background-color: rgb(187,224,125); }
div.DivClassName
{
background-color: #BBE07D;
}
.BgClassName
{
background-color: #BBE07D;
}
</style>
border-color css
<style>
span { border-color: #BBE07D; }
span { border-color: rgb(187,224,125); }
td.TdClassName
{
border-color: #BBE07D;
}
.TagClassName
{
border-color: #BBE07D;
}
</style>