Shades of Mindaro #DEEC70
Tints of Mindaro #DEEC70
RGB
CMYK
RGB Variations
Color information
#DEEC70 (or 0xDEEC70) is known color: Mindaro. HEX triplet: DE, EC and 70. RGB value is (222,236,112). Sum of RGB (Red+Green+Blue) = 222+236+112=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC70 is #21138F. Grayscale: #DADADA. Windows color (decimal): -2167696 or 7400670. OLE color: 7400670.
HSL color Cylindrical-coordinate representation of color #DEEC70: hue angle of 66.77º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEEC70 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 112 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.07 |
| HSL | 66.77º | 0.77% | 0.68% | - |
| HSV(B) | 66.77º | 0.53% | 0.93% | - |
| XYZ | 63.04 | 76.69 | 26.81 | - |
| YUV | 217.68 | 68.36 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 112 | 0.06 | 0 | 0.53 | 0.07 | 66.77 | 0.77 | 0.68 |
| Hex | DE | EC | 70 | 6 | 0 | 35 | 7 | 43 | 4D | 44 |
| Octal | 336 | 354 | 160 | 6 | 0 | 65 | 7 | 103 | 115 | 104 |
| Binary | 11011110 | 11101100 | 1110000 | 110 | 0 | 110101 | 111 | 1000011 | 1001101 | 1000100 |
Color Harmonies of #DEEC70
Complementary color
Monochromatic Colors of #DEEC70
Black with #DEEC70
Text Example
Text Example
White with #DEEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC70; }
p { color: rgb(222,236,112); }
H1.HeaderClassName
{
color: #DEEC70;
}
.AnyTagClassName
{
color: #DEEC70;
}
</style>
background-color css
<style>
a { background-color: #DEEC70; }
a { background-color: rgb(222,236,112); }
div.DivClassName
{
background-color: #DEEC70;
}
.BgClassName
{
background-color: #DEEC70;
}
</style>
border-color css
<style>
span { border-color: #DEEC70; }
span { border-color: rgb(222,236,112); }
td.TdClassName
{
border-color: #DEEC70;
}
.TagClassName
{
border-color: #DEEC70;
}
</style>