Shades of Sulu #D2E188
Tints of Sulu #D2E188
RGB
CMYK
RGB Variations
Color information
#D2E188 (or 0xD2E188) is known color: Sulu. HEX triplet: D2, E1 and 88. RGB value is (210,225,136). Sum of RGB (Red+Green+Blue) = 210+225+136=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 136 (53.52% from 255 or 23.82% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E188 is #2D1E77. Grayscale: #D2D2D2. Windows color (decimal): -2956920 or 8970706. OLE color: 8970706.
HSL color Cylindrical-coordinate representation of color #D2E188: hue angle of 70.11º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2E188 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 225 | 136 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.12 |
| HSL | 70.11º | 0.6% | 0.71% | - |
| HSV(B) | 70.11º | 0.4% | 0.88% | - |
| XYZ | 57.95 | 69.33 | 33.62 | - |
| YUV | 210.37 | 86.03 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 225 | 136 | 0.07 | 0 | 0.40 | 0.12 | 70.11 | 0.6 | 0.71 |
| Hex | D2 | E1 | 88 | 7 | 0 | 28 | C | 46 | 3C | 47 |
| Octal | 322 | 341 | 210 | 7 | 0 | 50 | 14 | 106 | 74 | 107 |
| Binary | 11010010 | 11100001 | 10001000 | 111 | 0 | 101000 | 1100 | 1000110 | 111100 | 1000111 |
Color Harmonies of #D2E188
Complementary color
Monochromatic Colors of #D2E188
Black with #D2E188
Text Example
Text Example
White with #D2E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E188; }
p { color: rgb(210,225,136); }
H1.HeaderClassName
{
color: #D2E188;
}
.AnyTagClassName
{
color: #D2E188;
}
</style>
background-color css
<style>
a { background-color: #D2E188; }
a { background-color: rgb(210,225,136); }
div.DivClassName
{
background-color: #D2E188;
}
.BgClassName
{
background-color: #D2E188;
}
</style>
border-color css
<style>
span { border-color: #D2E188; }
span { border-color: rgb(210,225,136); }
td.TdClassName
{
border-color: #D2E188;
}
.TagClassName
{
border-color: #D2E188;
}
</style>