Shades of Sulu #BBED70
Tints of Sulu #BBED70
RGB
CMYK
RGB Variations
Color information
#BBED70 (or 0xBBED70) is known color: Sulu. HEX triplet: BB, ED and 70. RGB value is (187,237,112). Sum of RGB (Red+Green+Blue) = 187+237+112=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 237 (92.97% from 255 or 44.22% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED70 is #44128F. Grayscale: #D0D0D0. Windows color (decimal): -4461200 or 7400891. OLE color: 7400891.
HSL color Cylindrical-coordinate representation of color #BBED70: hue angle of 84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBED70 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 112 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.07 |
| HSL | 84º | 0.78% | 0.68% | - |
| HSV(B) | 84º | 0.53% | 0.93% | - |
| XYZ | 53.7 | 72.3 | 26.45 | - |
| YUV | 207.8 | 73.94 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 112 | 0.21 | 0 | 0.53 | 0.07 | 84 | 0.78 | 0.68 |
| Hex | BB | ED | 70 | 15 | 0 | 35 | 7 | 54 | 4E | 44 |
| Octal | 273 | 355 | 160 | 25 | 0 | 65 | 7 | 124 | 116 | 104 |
| Binary | 10111011 | 11101101 | 1110000 | 10101 | 0 | 110101 | 111 | 1010100 | 1001110 | 1000100 |
Color Harmonies of #BBED70
Complementary color
Monochromatic Colors of #BBED70
Black with #BBED70
Text Example
Text Example
White with #BBED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED70; }
p { color: rgb(187,237,112); }
H1.HeaderClassName
{
color: #BBED70;
}
.AnyTagClassName
{
color: #BBED70;
}
</style>
background-color css
<style>
a { background-color: #BBED70; }
a { background-color: rgb(187,237,112); }
div.DivClassName
{
background-color: #BBED70;
}
.BgClassName
{
background-color: #BBED70;
}
</style>
border-color css
<style>
span { border-color: #BBED70; }
span { border-color: rgb(187,237,112); }
td.TdClassName
{
border-color: #BBED70;
}
.TagClassName
{
border-color: #BBED70;
}
</style>