Shades of Mindaro #D0E57A
Tints of Mindaro #D0E57A
RGB
CMYK
RGB Variations
Color information
#D0E57A (or 0xD0E57A) is known color: Mindaro. HEX triplet: D0, E5 and 7A. RGB value is (208,229,122). Sum of RGB (Red+Green+Blue) = 208+229+122=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E57A is #2F1A85. Grayscale: #D2D2D2. Windows color (decimal): -3086982 or 8054224. OLE color: 8054224.
HSL color Cylindrical-coordinate representation of color #D0E57A: hue angle of 71.78º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0E57A is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 122 | - |
| CMYK | 0.09 | 0 | 0.47 | 0.10 |
| HSL | 71.78º | 0.67% | 0.69% | - |
| HSV(B) | 71.78º | 0.47% | 0.9% | - |
| XYZ | 57.54 | 70.85 | 29.06 | - |
| YUV | 210.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 122 | 0.09 | 0 | 0.47 | 0.10 | 71.78 | 0.67 | 0.69 |
| Hex | D0 | E5 | 7A | 9 | 0 | 2F | A | 48 | 43 | 45 |
| Octal | 320 | 345 | 172 | 11 | 0 | 57 | 12 | 110 | 103 | 105 |
| Binary | 11010000 | 11100101 | 1111010 | 1001 | 0 | 101111 | 1010 | 1001000 | 1000011 | 1000101 |
Color Harmonies of #D0E57A
Complementary color
Monochromatic Colors of #D0E57A
Black with #D0E57A
Text Example
Text Example
White with #D0E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E57A; }
p { color: rgb(208,229,122); }
H1.HeaderClassName
{
color: #D0E57A;
}
.AnyTagClassName
{
color: #D0E57A;
}
</style>
background-color css
<style>
a { background-color: #D0E57A; }
a { background-color: rgb(208,229,122); }
div.DivClassName
{
background-color: #D0E57A;
}
.BgClassName
{
background-color: #D0E57A;
}
</style>
border-color css
<style>
span { border-color: #D0E57A; }
span { border-color: rgb(208,229,122); }
td.TdClassName
{
border-color: #D0E57A;
}
.TagClassName
{
border-color: #D0E57A;
}
</style>