Shades of Mindaro #D0E07D
Tints of Mindaro #D0E07D
RGB
CMYK
RGB Variations
Color information
#D0E07D (or 0xD0E07D) is known color: Mindaro. HEX triplet: D0, E0 and 7D. RGB value is (208,224,125). Sum of RGB (Red+Green+Blue) = 208+224+125=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E07D is #2F1F82. Grayscale: #D0D0D0. Windows color (decimal): -3088259 or 8249552. OLE color: 8249552.
HSL color Cylindrical-coordinate representation of color #D0E07D: hue angle of 69.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0E07D is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 125 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.12 |
| HSL | 69.7º | 0.61% | 0.68% | - |
| HSV(B) | 69.7º | 0.44% | 0.88% | - |
| XYZ | 56.37 | 68.2 | 29.6 | - |
| YUV | 207.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 125 | 0.07 | 0 | 0.44 | 0.12 | 69.7 | 0.61 | 0.68 |
| Hex | D0 | E0 | 7D | 7 | 0 | 2C | C | 46 | 3D | 44 |
| Octal | 320 | 340 | 175 | 7 | 0 | 54 | 14 | 106 | 75 | 104 |
| Binary | 11010000 | 11100000 | 1111101 | 111 | 0 | 101100 | 1100 | 1000110 | 111101 | 1000100 |
Color Harmonies of #D0E07D
Complementary color
Monochromatic Colors of #D0E07D
Black with #D0E07D
Text Example
Text Example
White with #D0E07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E07D; }
p { color: rgb(208,224,125); }
H1.HeaderClassName
{
color: #D0E07D;
}
.AnyTagClassName
{
color: #D0E07D;
}
</style>
background-color css
<style>
a { background-color: #D0E07D; }
a { background-color: rgb(208,224,125); }
div.DivClassName
{
background-color: #D0E07D;
}
.BgClassName
{
background-color: #D0E07D;
}
</style>
border-color css
<style>
span { border-color: #D0E07D; }
span { border-color: rgb(208,224,125); }
td.TdClassName
{
border-color: #D0E07D;
}
.TagClassName
{
border-color: #D0E07D;
}
</style>