Shades of Sulu #D2EE8D
Tints of Sulu #D2EE8D
RGB
CMYK
RGB Variations
Color information
#D2EE8D (or 0xD2EE8D) is known color: Sulu. HEX triplet: D2, EE and 8D. RGB value is (210,238,141). Sum of RGB (Red+Green+Blue) = 210+238+141=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE8D is #2D1172. Grayscale: #DADADA. Windows color (decimal): -2953587 or 9301714. OLE color: 9301714.
HSL color Cylindrical-coordinate representation of color #D2EE8D: hue angle of 77.32º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2EE8D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 141 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.07 |
| HSL | 77.32º | 0.74% | 0.74% | - |
| HSV(B) | 77.32º | 0.41% | 0.93% | - |
| XYZ | 61.96 | 76.77 | 36.75 | - |
| YUV | 218.57 | 84.22 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 141 | 0.12 | 0 | 0.41 | 0.07 | 77.32 | 0.74 | 0.74 |
| Hex | D2 | EE | 8D | C | 0 | 29 | 7 | 4D | 4A | 4A |
| Octal | 322 | 356 | 215 | 14 | 0 | 51 | 7 | 115 | 112 | 112 |
| Binary | 11010010 | 11101110 | 10001101 | 1100 | 0 | 101001 | 111 | 1001101 | 1001010 | 1001010 |
Color Harmonies of #D2EE8D
Complementary color
Monochromatic Colors of #D2EE8D
Black with #D2EE8D
Text Example
Text Example
White with #D2EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EE8D; }
p { color: rgb(210,238,141); }
H1.HeaderClassName
{
color: #D2EE8D;
}
.AnyTagClassName
{
color: #D2EE8D;
}
</style>
background-color css
<style>
a { background-color: #D2EE8D; }
a { background-color: rgb(210,238,141); }
div.DivClassName
{
background-color: #D2EE8D;
}
.BgClassName
{
background-color: #D2EE8D;
}
</style>
border-color css
<style>
span { border-color: #D2EE8D; }
span { border-color: rgb(210,238,141); }
td.TdClassName
{
border-color: #D2EE8D;
}
.TagClassName
{
border-color: #D2EE8D;
}
</style>