Shades of Mindaro #D0E07C
Tints of Mindaro #D0E07C
RGB
CMYK
RGB Variations
Color information
#D0E07C (or 0xD0E07C) is known color: Mindaro. HEX triplet: D0, E0 and 7C. RGB value is (208,224,124). Sum of RGB (Red+Green+Blue) = 208+224+124=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E07C is #2F1F83. Grayscale: #D0D0D0. Windows color (decimal): -3088260 or 8184016. OLE color: 8184016.
HSL color Cylindrical-coordinate representation of color #D0E07C: hue angle of 69.6º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0E07C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 124 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.12 |
| HSL | 69.6º | 0.62% | 0.68% | - |
| HSV(B) | 69.6º | 0.45% | 0.88% | - |
| XYZ | 56.31 | 68.18 | 29.26 | - |
| YUV | 207.82 | 80.7 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 124 | 0.07 | 0 | 0.45 | 0.12 | 69.6 | 0.62 | 0.68 |
| Hex | D0 | E0 | 7C | 7 | 0 | 2D | C | 46 | 3E | 44 |
| Octal | 320 | 340 | 174 | 7 | 0 | 55 | 14 | 106 | 76 | 104 |
| Binary | 11010000 | 11100000 | 1111100 | 111 | 0 | 101101 | 1100 | 1000110 | 111110 | 1000100 |
Color Harmonies of #D0E07C
Complementary color
Monochromatic Colors of #D0E07C
Black with #D0E07C
Text Example
Text Example
White with #D0E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E07C; }
p { color: rgb(208,224,124); }
H1.HeaderClassName
{
color: #D0E07C;
}
.AnyTagClassName
{
color: #D0E07C;
}
</style>
background-color css
<style>
a { background-color: #D0E07C; }
a { background-color: rgb(208,224,124); }
div.DivClassName
{
background-color: #D0E07C;
}
.BgClassName
{
background-color: #D0E07C;
}
</style>
border-color css
<style>
span { border-color: #D0E07C; }
span { border-color: rgb(208,224,124); }
td.TdClassName
{
border-color: #D0E07C;
}
.TagClassName
{
border-color: #D0E07C;
}
</style>