Shades of Mindaro #D0E37A
Tints of Mindaro #D0E37A
RGB
CMYK
RGB Variations
Color information
#D0E37A (or 0xD0E37A) is known color: Mindaro. HEX triplet: D0, E3 and 7A. RGB value is (208,227,122). Sum of RGB (Red+Green+Blue) = 208+227+122=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E37A is #2F1C85. Grayscale: #D1D1D1. Windows color (decimal): -3087494 or 8053712. OLE color: 8053712.
HSL color Cylindrical-coordinate representation of color #D0E37A: hue angle of 70.86º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0E37A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 122 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.11 |
| HSL | 70.86º | 0.65% | 0.68% | - |
| HSV(B) | 70.86º | 0.46% | 0.89% | - |
| XYZ | 56.99 | 69.75 | 28.87 | - |
| YUV | 209.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 122 | 0.08 | 0 | 0.46 | 0.11 | 70.86 | 0.65 | 0.68 |
| Hex | D0 | E3 | 7A | 8 | 0 | 2E | B | 47 | 41 | 44 |
| Octal | 320 | 343 | 172 | 10 | 0 | 56 | 13 | 107 | 101 | 104 |
| Binary | 11010000 | 11100011 | 1111010 | 1000 | 0 | 101110 | 1011 | 1000111 | 1000001 | 1000100 |
Color Harmonies of #D0E37A
Complementary color
Monochromatic Colors of #D0E37A
Black with #D0E37A
Text Example
Text Example
White with #D0E37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E37A; }
p { color: rgb(208,227,122); }
H1.HeaderClassName
{
color: #D0E37A;
}
.AnyTagClassName
{
color: #D0E37A;
}
</style>
background-color css
<style>
a { background-color: #D0E37A; }
a { background-color: rgb(208,227,122); }
div.DivClassName
{
background-color: #D0E37A;
}
.BgClassName
{
background-color: #D0E37A;
}
</style>
border-color css
<style>
span { border-color: #D0E37A; }
span { border-color: rgb(208,227,122); }
td.TdClassName
{
border-color: #D0E37A;
}
.TagClassName
{
border-color: #D0E37A;
}
</style>