Shades of Mindaro #D9EA7D
Tints of Mindaro #D9EA7D
RGB
CMYK
RGB Variations
Color information
#D9EA7D (or 0xD9EA7D) is known color: Mindaro. HEX triplet: D9, EA and 7D. RGB value is (217,234,125). Sum of RGB (Red+Green+Blue) = 217+234+125=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA7D is #261582. Grayscale: #D8D8D8. Windows color (decimal): -2495875 or 8252121. OLE color: 8252121.
HSL color Cylindrical-coordinate representation of color #D9EA7D: hue angle of 69.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9EA7D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 125 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.08 |
| HSL | 69.36º | 0.72% | 0.7% | - |
| HSV(B) | 69.36º | 0.47% | 0.92% | - |
| XYZ | 61.74 | 75.08 | 30.64 | - |
| YUV | 216.49 | 76.37 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 125 | 0.07 | 0 | 0.47 | 0.08 | 69.36 | 0.72 | 0.7 |
| Hex | D9 | EA | 7D | 7 | 0 | 2F | 8 | 45 | 48 | 46 |
| Octal | 331 | 352 | 175 | 7 | 0 | 57 | 10 | 105 | 110 | 106 |
| Binary | 11011001 | 11101010 | 1111101 | 111 | 0 | 101111 | 1000 | 1000101 | 1001000 | 1000110 |
Color Harmonies of #D9EA7D
Complementary color
Monochromatic Colors of #D9EA7D
Black with #D9EA7D
Text Example
Text Example
White with #D9EA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA7D; }
p { color: rgb(217,234,125); }
H1.HeaderClassName
{
color: #D9EA7D;
}
.AnyTagClassName
{
color: #D9EA7D;
}
</style>
background-color css
<style>
a { background-color: #D9EA7D; }
a { background-color: rgb(217,234,125); }
div.DivClassName
{
background-color: #D9EA7D;
}
.BgClassName
{
background-color: #D9EA7D;
}
</style>
border-color css
<style>
span { border-color: #D9EA7D; }
span { border-color: rgb(217,234,125); }
td.TdClassName
{
border-color: #D9EA7D;
}
.TagClassName
{
border-color: #D9EA7D;
}
</style>