Shades of Mindaro #D0E574
Tints of Mindaro #D0E574
RGB
CMYK
RGB Variations
Color information
#D0E574 (or 0xD0E574) is known color: Mindaro. HEX triplet: D0, E5 and 74. RGB value is (208,229,116). Sum of RGB (Red+Green+Blue) = 208+229+116=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0E574 is #2F1A8B. Grayscale: #D2D2D2. Windows color (decimal): -3086988 or 7661008. OLE color: 7661008.
HSL color Cylindrical-coordinate representation of color #D0E574: hue angle of 71.15º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0E574 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 116 | - |
| CMYK | 0.09 | 0 | 0.49 | 0.10 |
| HSL | 71.15º | 0.68% | 0.68% | - |
| HSV(B) | 71.15º | 0.49% | 0.9% | - |
| XYZ | 57.18 | 70.71 | 27.16 | - |
| YUV | 209.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 116 | 0.09 | 0 | 0.49 | 0.10 | 71.15 | 0.68 | 0.68 |
| Hex | D0 | E5 | 74 | 9 | 0 | 31 | A | 47 | 44 | 44 |
| Octal | 320 | 345 | 164 | 11 | 0 | 61 | 12 | 107 | 104 | 104 |
| Binary | 11010000 | 11100101 | 1110100 | 1001 | 0 | 110001 | 1010 | 1000111 | 1000100 | 1000100 |
Color Harmonies of #D0E574
Complementary color
Monochromatic Colors of #D0E574
Black with #D0E574
Text Example
Text Example
White with #D0E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E574; }
p { color: rgb(208,229,116); }
H1.HeaderClassName
{
color: #D0E574;
}
.AnyTagClassName
{
color: #D0E574;
}
</style>
background-color css
<style>
a { background-color: #D0E574; }
a { background-color: rgb(208,229,116); }
div.DivClassName
{
background-color: #D0E574;
}
.BgClassName
{
background-color: #D0E574;
}
</style>
border-color css
<style>
span { border-color: #D0E574; }
span { border-color: rgb(208,229,116); }
td.TdClassName
{
border-color: #D0E574;
}
.TagClassName
{
border-color: #D0E574;
}
</style>