Shades of Mindaro #D2E66E
Tints of Mindaro #D2E66E
RGB
CMYK
RGB Variations
Color information
#D2E66E (or 0xD2E66E) is known color: Mindaro. HEX triplet: D2, E6 and 6E. RGB value is (210,230,110). Sum of RGB (Red+Green+Blue) = 210+230+110=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 230 (90.23% from 255 or 41.82% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E66E is #2D1991. Grayscale: #D2D2D2. Windows color (decimal): -2955666 or 7268050. OLE color: 7268050.
HSL color Cylindrical-coordinate representation of color #D2E66E: hue angle of 70º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2E66E is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 230 | 110 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.10 |
| HSL | 70º | 0.71% | 0.67% | - |
| HSV(B) | 70º | 0.52% | 0.9% | - |
| XYZ | 57.69 | 71.42 | 25.5 | - |
| YUV | 210.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 230 | 110 | 0.09 | 0 | 0.52 | 0.10 | 70 | 0.71 | 0.67 |
| Hex | D2 | E6 | 6E | 9 | 0 | 34 | A | 46 | 47 | 43 |
| Octal | 322 | 346 | 156 | 11 | 0 | 64 | 12 | 106 | 107 | 103 |
| Binary | 11010010 | 11100110 | 1101110 | 1001 | 0 | 110100 | 1010 | 1000110 | 1000111 | 1000011 |
Color Harmonies of #D2E66E
Complementary color
Monochromatic Colors of #D2E66E
Black with #D2E66E
Text Example
Text Example
White with #D2E66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E66E; }
p { color: rgb(210,230,110); }
H1.HeaderClassName
{
color: #D2E66E;
}
.AnyTagClassName
{
color: #D2E66E;
}
</style>
background-color css
<style>
a { background-color: #D2E66E; }
a { background-color: rgb(210,230,110); }
div.DivClassName
{
background-color: #D2E66E;
}
.BgClassName
{
background-color: #D2E66E;
}
</style>
border-color css
<style>
span { border-color: #D2E66E; }
span { border-color: rgb(210,230,110); }
td.TdClassName
{
border-color: #D2E66E;
}
.TagClassName
{
border-color: #D2E66E;
}
</style>