Shades of Mindaro #DEE679
Tints of Mindaro #DEE679
RGB
CMYK
RGB Variations
Color information
#DEE679 (or 0xDEE679) is known color: Mindaro. HEX triplet: DE, E6 and 79. RGB value is (222,230,121). Sum of RGB (Red+Green+Blue) = 222+230+121=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 121 (47.66% from 255 or 21.12% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE679 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE679 is #211986. Grayscale: #D7D7D7. Windows color (decimal): -2169223 or 7988958. OLE color: 7988958.
HSL color Cylindrical-coordinate representation of color #DEE679: hue angle of 64.4º degrees, saturation: 0.69, 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 #DEE679 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 121 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.10 |
| HSL | 64.4º | 0.69% | 0.69% | - |
| HSV(B) | 64.4º | 0.47% | 0.9% | - |
| XYZ | 61.87 | 73.5 | 29.02 | - |
| YUV | 215.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 121 | 0.03 | 0 | 0.47 | 0.10 | 64.4 | 0.69 | 0.69 |
| Hex | DE | E6 | 79 | 3 | 0 | 2F | A | 40 | 45 | 45 |
| Octal | 336 | 346 | 171 | 3 | 0 | 57 | 12 | 100 | 105 | 105 |
| Binary | 11011110 | 11100110 | 1111001 | 11 | 0 | 101111 | 1010 | 1000000 | 1000101 | 1000101 |
Color Harmonies of #DEE679
Complementary color
Monochromatic Colors of #DEE679
Black with #DEE679
Text Example
Text Example
White with #DEE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE679; }
p { color: rgb(222,230,121); }
H1.HeaderClassName
{
color: #DEE679;
}
.AnyTagClassName
{
color: #DEE679;
}
</style>
background-color css
<style>
a { background-color: #DEE679; }
a { background-color: rgb(222,230,121); }
div.DivClassName
{
background-color: #DEE679;
}
.BgClassName
{
background-color: #DEE679;
}
</style>
border-color css
<style>
span { border-color: #DEE679; }
span { border-color: rgb(222,230,121); }
td.TdClassName
{
border-color: #DEE679;
}
.TagClassName
{
border-color: #DEE679;
}
</style>