Shades of Sulu #BDE288
Tints of Sulu #BDE288
RGB
CMYK
RGB Variations
Color information
#BDE288 (or 0xBDE288) is known color: Sulu. HEX triplet: BD, E2 and 88. RGB value is (189,226,136). Sum of RGB (Red+Green+Blue) = 189+226+136=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDE288 is #421D77. Grayscale: #CDCDCD. Windows color (decimal): -4332920 or 8970941. OLE color: 8970941.
HSL color Cylindrical-coordinate representation of color #BDE288: hue angle of 84.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDE288 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 136 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.11 |
| HSL | 84.67º | 0.61% | 0.71% | - |
| HSV(B) | 84.67º | 0.4% | 0.89% | - |
| XYZ | 52.63 | 66.99 | 33.45 | - |
| YUV | 204.68 | 89.24 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 136 | 0.16 | 0 | 0.40 | 0.11 | 84.67 | 0.61 | 0.71 |
| Hex | BD | E2 | 88 | 10 | 0 | 28 | B | 55 | 3D | 47 |
| Octal | 275 | 342 | 210 | 20 | 0 | 50 | 13 | 125 | 75 | 107 |
| Binary | 10111101 | 11100010 | 10001000 | 10000 | 0 | 101000 | 1011 | 1010101 | 111101 | 1000111 |
Color Harmonies of #BDE288
Complementary color
Monochromatic Colors of #BDE288
Black with #BDE288
Text Example
Text Example
White with #BDE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE288; }
p { color: rgb(189,226,136); }
H1.HeaderClassName
{
color: #BDE288;
}
.AnyTagClassName
{
color: #BDE288;
}
</style>
background-color css
<style>
a { background-color: #BDE288; }
a { background-color: rgb(189,226,136); }
div.DivClassName
{
background-color: #BDE288;
}
.BgClassName
{
background-color: #BDE288;
}
</style>
border-color css
<style>
span { border-color: #BDE288; }
span { border-color: rgb(189,226,136); }
td.TdClassName
{
border-color: #BDE288;
}
.TagClassName
{
border-color: #BDE288;
}
</style>