Shades of Mindaro #D9E97D
Tints of Mindaro #D9E97D
RGB
CMYK
RGB Variations
Color information
#D9E97D (or 0xD9E97D) is known color: Mindaro. HEX triplet: D9, E9 and 7D. RGB value is (217,233,125). Sum of RGB (Red+Green+Blue) = 217+233+125=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E97D is #261682. Grayscale: #D8D8D8. Windows color (decimal): -2496131 or 8251865. OLE color: 8251865.
HSL color Cylindrical-coordinate representation of color #D9E97D: hue angle of 68.89º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9E97D is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 125 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.09 |
| HSL | 68.89º | 0.71% | 0.7% | - |
| HSV(B) | 68.89º | 0.46% | 0.91% | - |
| XYZ | 61.46 | 74.51 | 30.54 | - |
| YUV | 215.9 | 76.7 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 125 | 0.07 | 0 | 0.46 | 0.09 | 68.89 | 0.71 | 0.7 |
| Hex | D9 | E9 | 7D | 7 | 0 | 2E | 9 | 45 | 47 | 46 |
| Octal | 331 | 351 | 175 | 7 | 0 | 56 | 11 | 105 | 107 | 106 |
| Binary | 11011001 | 11101001 | 1111101 | 111 | 0 | 101110 | 1001 | 1000101 | 1000111 | 1000110 |
Color Harmonies of #D9E97D
Complementary color
Monochromatic Colors of #D9E97D
Black with #D9E97D
Text Example
Text Example
White with #D9E97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E97D; }
p { color: rgb(217,233,125); }
H1.HeaderClassName
{
color: #D9E97D;
}
.AnyTagClassName
{
color: #D9E97D;
}
</style>
background-color css
<style>
a { background-color: #D9E97D; }
a { background-color: rgb(217,233,125); }
div.DivClassName
{
background-color: #D9E97D;
}
.BgClassName
{
background-color: #D9E97D;
}
</style>
border-color css
<style>
span { border-color: #D9E97D; }
span { border-color: rgb(217,233,125); }
td.TdClassName
{
border-color: #D9E97D;
}
.TagClassName
{
border-color: #D9E97D;
}
</style>