Shades of Mindaro #D0E66D
Tints of Mindaro #D0E66D
RGB
CMYK
RGB Variations
Color information
#D0E66D (or 0xD0E66D) is known color: Mindaro. HEX triplet: D0, E6 and 6D. RGB value is (208,230,109). Sum of RGB (Red+Green+Blue) = 208+230+109=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0E66D is #2F1992. Grayscale: #D2D2D2. Windows color (decimal): -3086739 or 7202512. OLE color: 7202512.
HSL color Cylindrical-coordinate representation of color #D0E66D: hue angle of 70.91º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D0E66D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 109 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 70.91º | 0.71% | 0.66% | - |
| HSV(B) | 70.91º | 0.53% | 0.9% | - |
| XYZ | 57.07 | 71.11 | 25.19 | - |
| YUV | 209.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 109 | 0.10 | 0 | 0.53 | 0.10 | 70.91 | 0.71 | 0.66 |
| Hex | D0 | E6 | 6D | A | 0 | 35 | A | 47 | 47 | 42 |
| Octal | 320 | 346 | 155 | 12 | 0 | 65 | 12 | 107 | 107 | 102 |
| Binary | 11010000 | 11100110 | 1101101 | 1010 | 0 | 110101 | 1010 | 1000111 | 1000111 | 1000010 |
Color Harmonies of #D0E66D
Complementary color
Monochromatic Colors of #D0E66D
Black with #D0E66D
Text Example
Text Example
White with #D0E66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E66D; }
p { color: rgb(208,230,109); }
H1.HeaderClassName
{
color: #D0E66D;
}
.AnyTagClassName
{
color: #D0E66D;
}
</style>
background-color css
<style>
a { background-color: #D0E66D; }
a { background-color: rgb(208,230,109); }
div.DivClassName
{
background-color: #D0E66D;
}
.BgClassName
{
background-color: #D0E66D;
}
</style>
border-color css
<style>
span { border-color: #D0E66D; }
span { border-color: rgb(208,230,109); }
td.TdClassName
{
border-color: #D0E66D;
}
.TagClassName
{
border-color: #D0E66D;
}
</style>