Shades of Sulu #D2E388
Tints of Sulu #D2E388
RGB
CMYK
RGB Variations
Color information
#D2E388 (or 0xD2E388) is known color: Sulu. HEX triplet: D2, E3 and 88. RGB value is (210,227,136). Sum of RGB (Red+Green+Blue) = 210+227+136=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 227 (89.06% from 255 or 39.62% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E388 is #2D1C77. Grayscale: #D3D3D3. Windows color (decimal): -2956408 or 8971218. OLE color: 8971218.
HSL color Cylindrical-coordinate representation of color #D2E388: hue angle of 71.21º degrees, saturation: 0.62, 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 #D2E388 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 136 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.11 |
| HSL | 71.21º | 0.62% | 0.71% | - |
| HSV(B) | 71.21º | 0.4% | 0.89% | - |
| XYZ | 58.49 | 70.42 | 33.8 | - |
| YUV | 211.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 136 | 0.07 | 0 | 0.40 | 0.11 | 71.21 | 0.62 | 0.71 |
| Hex | D2 | E3 | 88 | 7 | 0 | 28 | B | 47 | 3E | 47 |
| Octal | 322 | 343 | 210 | 7 | 0 | 50 | 13 | 107 | 76 | 107 |
| Binary | 11010010 | 11100011 | 10001000 | 111 | 0 | 101000 | 1011 | 1000111 | 111110 | 1000111 |
Color Harmonies of #D2E388
Complementary color
Monochromatic Colors of #D2E388
Black with #D2E388
Text Example
Text Example
White with #D2E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E388; }
p { color: rgb(210,227,136); }
H1.HeaderClassName
{
color: #D2E388;
}
.AnyTagClassName
{
color: #D2E388;
}
</style>
background-color css
<style>
a { background-color: #D2E388; }
a { background-color: rgb(210,227,136); }
div.DivClassName
{
background-color: #D2E388;
}
.BgClassName
{
background-color: #D2E388;
}
</style>
border-color css
<style>
span { border-color: #D2E388; }
span { border-color: rgb(210,227,136); }
td.TdClassName
{
border-color: #D2E388;
}
.TagClassName
{
border-color: #D2E388;
}
</style>