Shades of Mindaro #DEE569
Tints of Mindaro #DEE569
RGB
CMYK
RGB Variations
Color information
#DEE569 (or 0xDEE569) is known color: Mindaro. HEX triplet: DE, E5 and 69. RGB value is (222,229,105). Sum of RGB (Red+Green+Blue) = 222+229+105=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE569 is #211A96. Grayscale: #D5D5D5. Windows color (decimal): -2169495 or 6940126. OLE color: 6940126.
HSL color Cylindrical-coordinate representation of color #DEE569: hue angle of 63.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEE569 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 105 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.10 |
| HSL | 63.39º | 0.7% | 0.65% | - |
| HSV(B) | 63.39º | 0.54% | 0.9% | - |
| XYZ | 60.69 | 72.59 | 24.18 | - |
| YUV | 212.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 105 | 0.03 | 0 | 0.54 | 0.10 | 63.39 | 0.7 | 0.65 |
| Hex | DE | E5 | 69 | 3 | 0 | 36 | A | 3F | 46 | 41 |
| Octal | 336 | 345 | 151 | 3 | 0 | 66 | 12 | 77 | 106 | 101 |
| Binary | 11011110 | 11100101 | 1101001 | 11 | 0 | 110110 | 1010 | 111111 | 1000110 | 1000001 |
Color Harmonies of #DEE569
Complementary color
Monochromatic Colors of #DEE569
Black with #DEE569
Text Example
Text Example
White with #DEE569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE569; }
p { color: rgb(222,229,105); }
H1.HeaderClassName
{
color: #DEE569;
}
.AnyTagClassName
{
color: #DEE569;
}
</style>
background-color css
<style>
a { background-color: #DEE569; }
a { background-color: rgb(222,229,105); }
div.DivClassName
{
background-color: #DEE569;
}
.BgClassName
{
background-color: #DEE569;
}
</style>
border-color css
<style>
span { border-color: #DEE569; }
span { border-color: rgb(222,229,105); }
td.TdClassName
{
border-color: #DEE569;
}
.TagClassName
{
border-color: #DEE569;
}
</style>