Shades of Mindaro #DDE576
Tints of Mindaro #DDE576
RGB
CMYK
RGB Variations
Color information
#DDE576 (or 0xDDE576) is known color: Mindaro. HEX triplet: DD, E5 and 76. RGB value is (221,229,118). Sum of RGB (Red+Green+Blue) = 221+229+118=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE576 is #221A89. Grayscale: #D6D6D6. Windows color (decimal): -2235018 or 7792093. OLE color: 7792093.
HSL color Cylindrical-coordinate representation of color #DDE576: hue angle of 64.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE576 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 229 | 118 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.10 |
| HSL | 64.32º | 0.68% | 0.68% | - |
| HSV(B) | 64.32º | 0.48% | 0.9% | - |
| XYZ | 61.11 | 72.72 | 27.95 | - |
| YUV | 213.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 118 | 0.03 | 0 | 0.48 | 0.10 | 64.32 | 0.68 | 0.68 |
| Hex | DD | E5 | 76 | 3 | 0 | 30 | A | 40 | 44 | 44 |
| Octal | 335 | 345 | 166 | 3 | 0 | 60 | 12 | 100 | 104 | 104 |
| Binary | 11011101 | 11100101 | 1110110 | 11 | 0 | 110000 | 1010 | 1000000 | 1000100 | 1000100 |
Color Harmonies of #DDE576
Complementary color
Monochromatic Colors of #DDE576
Black with #DDE576
Text Example
Text Example
White with #DDE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE576; }
p { color: rgb(221,229,118); }
H1.HeaderClassName
{
color: #DDE576;
}
.AnyTagClassName
{
color: #DDE576;
}
</style>
background-color css
<style>
a { background-color: #DDE576; }
a { background-color: rgb(221,229,118); }
div.DivClassName
{
background-color: #DDE576;
}
.BgClassName
{
background-color: #DDE576;
}
</style>
border-color css
<style>
span { border-color: #DDE576; }
span { border-color: rgb(221,229,118); }
td.TdClassName
{
border-color: #DDE576;
}
.TagClassName
{
border-color: #DDE576;
}
</style>