Shades of Mindaro #D0E17D
Tints of Mindaro #D0E17D
RGB
CMYK
RGB Variations
Color information
#D0E17D (or 0xD0E17D) is known color: Mindaro. HEX triplet: D0, E1 and 7D. RGB value is (208,225,125). Sum of RGB (Red+Green+Blue) = 208+225+125=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E17D is #2F1E82. Grayscale: #D0D0D0. Windows color (decimal): -3088003 or 8249808. OLE color: 8249808.
HSL color Cylindrical-coordinate representation of color #D0E17D: hue angle of 70.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0E17D is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 225 | 125 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.12 |
| HSL | 70.2º | 0.63% | 0.69% | - |
| HSV(B) | 70.2º | 0.44% | 0.88% | - |
| XYZ | 56.64 | 68.74 | 29.69 | - |
| YUV | 208.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 225 | 125 | 0.08 | 0 | 0.44 | 0.12 | 70.2 | 0.63 | 0.69 |
| Hex | D0 | E1 | 7D | 8 | 0 | 2C | C | 46 | 3E | 45 |
| Octal | 320 | 341 | 175 | 10 | 0 | 54 | 14 | 106 | 76 | 105 |
| Binary | 11010000 | 11100001 | 1111101 | 1000 | 0 | 101100 | 1100 | 1000110 | 111110 | 1000101 |
Color Harmonies of #D0E17D
Complementary color
Monochromatic Colors of #D0E17D
Black with #D0E17D
Text Example
Text Example
White with #D0E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E17D; }
p { color: rgb(208,225,125); }
H1.HeaderClassName
{
color: #D0E17D;
}
.AnyTagClassName
{
color: #D0E17D;
}
</style>
background-color css
<style>
a { background-color: #D0E17D; }
a { background-color: rgb(208,225,125); }
div.DivClassName
{
background-color: #D0E17D;
}
.BgClassName
{
background-color: #D0E17D;
}
</style>
border-color css
<style>
span { border-color: #D0E17D; }
span { border-color: rgb(208,225,125); }
td.TdClassName
{
border-color: #D0E17D;
}
.TagClassName
{
border-color: #D0E17D;
}
</style>