Shades of Mindaro #D9E27E
Tints of Mindaro #D9E27E
RGB
CMYK
RGB Variations
Color information
#D9E27E (or 0xD9E27E) is known color: Mindaro. HEX triplet: D9, E2 and 7E. RGB value is (217,226,126). Sum of RGB (Red+Green+Blue) = 217+226+126=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #D9E27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E27E is #261D81. Grayscale: #D4D4D4. Windows color (decimal): -2497922 or 8315609. OLE color: 8315609.
HSL color Cylindrical-coordinate representation of color #D9E27E: hue angle of 65.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9E27E is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 226 | 126 | - |
| CMYK | 0.04 | 0 | 0.44 | 0.11 |
| HSL | 65.4º | 0.63% | 0.69% | - |
| HSV(B) | 65.4º | 0.44% | 0.89% | - |
| XYZ | 59.58 | 70.65 | 30.24 | - |
| YUV | 211.91 | 79.52 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 226 | 126 | 0.04 | 0 | 0.44 | 0.11 | 65.4 | 0.63 | 0.69 |
| Hex | D9 | E2 | 7E | 4 | 0 | 2C | B | 41 | 3F | 45 |
| Octal | 331 | 342 | 176 | 4 | 0 | 54 | 13 | 101 | 77 | 105 |
| Binary | 11011001 | 11100010 | 1111110 | 100 | 0 | 101100 | 1011 | 1000001 | 111111 | 1000101 |
Color Harmonies of #D9E27E
Complementary color
Monochromatic Colors of #D9E27E
Black with #D9E27E
Text Example
Text Example
White with #D9E27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E27E; }
p { color: rgb(217,226,126); }
H1.HeaderClassName
{
color: #D9E27E;
}
.AnyTagClassName
{
color: #D9E27E;
}
</style>
background-color css
<style>
a { background-color: #D9E27E; }
a { background-color: rgb(217,226,126); }
div.DivClassName
{
background-color: #D9E27E;
}
.BgClassName
{
background-color: #D9E27E;
}
</style>
border-color css
<style>
span { border-color: #D9E27E; }
span { border-color: rgb(217,226,126); }
td.TdClassName
{
border-color: #D9E27E;
}
.TagClassName
{
border-color: #D9E27E;
}
</style>