Shades of Mindaro #D9EA80
Tints of Mindaro #D9EA80
RGB
CMYK
RGB Variations
Color information
#D9EA80 (or 0xD9EA80) is known color: Mindaro. HEX triplet: D9, EA and 80. RGB value is (217,234,128). Sum of RGB (Red+Green+Blue) = 217+234+128=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EA80 is #26157F. Grayscale: #D9D9D9. Windows color (decimal): -2495872 or 8448729. OLE color: 8448729.
HSL color Cylindrical-coordinate representation of color #D9EA80: hue angle of 69.62º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9EA80 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 128 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.08 |
| HSL | 69.62º | 0.72% | 0.71% | - |
| HSV(B) | 69.62º | 0.45% | 0.92% | - |
| XYZ | 61.93 | 75.16 | 31.66 | - |
| YUV | 216.83 | 77.87 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 128 | 0.07 | 0 | 0.45 | 0.08 | 69.62 | 0.72 | 0.71 |
| Hex | D9 | EA | 80 | 7 | 0 | 2D | 8 | 46 | 48 | 47 |
| Octal | 331 | 352 | 200 | 7 | 0 | 55 | 10 | 106 | 110 | 107 |
| Binary | 11011001 | 11101010 | 10000000 | 111 | 0 | 101101 | 1000 | 1000110 | 1001000 | 1000111 |
Color Harmonies of #D9EA80
Complementary color
Monochromatic Colors of #D9EA80
Black with #D9EA80
Text Example
Text Example
White with #D9EA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EA80; }
p { color: rgb(217,234,128); }
H1.HeaderClassName
{
color: #D9EA80;
}
.AnyTagClassName
{
color: #D9EA80;
}
</style>
background-color css
<style>
a { background-color: #D9EA80; }
a { background-color: rgb(217,234,128); }
div.DivClassName
{
background-color: #D9EA80;
}
.BgClassName
{
background-color: #D9EA80;
}
</style>
border-color css
<style>
span { border-color: #D9EA80; }
span { border-color: rgb(217,234,128); }
td.TdClassName
{
border-color: #D9EA80;
}
.TagClassName
{
border-color: #D9EA80;
}
</style>