Shades of Mindaro #DEEA70
Tints of Mindaro #DEEA70
RGB
CMYK
RGB Variations
Color information
#DEEA70 (or 0xDEEA70) is known color: Mindaro. HEX triplet: DE, EA and 70. RGB value is (222,234,112). Sum of RGB (Red+Green+Blue) = 222+234+112=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA70 is #21158F. Grayscale: #D8D8D8. Windows color (decimal): -2168208 or 7400158. OLE color: 7400158.
HSL color Cylindrical-coordinate representation of color #DEEA70: hue angle of 65.9º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEEA70 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 112 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.08 |
| HSL | 65.9º | 0.74% | 0.68% | - |
| HSV(B) | 65.9º | 0.52% | 0.92% | - |
| XYZ | 62.47 | 75.55 | 26.62 | - |
| YUV | 216.5 | 69.02 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 112 | 0.05 | 0 | 0.52 | 0.08 | 65.9 | 0.74 | 0.68 |
| Hex | DE | EA | 70 | 5 | 0 | 34 | 8 | 42 | 4A | 44 |
| Octal | 336 | 352 | 160 | 5 | 0 | 64 | 10 | 102 | 112 | 104 |
| Binary | 11011110 | 11101010 | 1110000 | 101 | 0 | 110100 | 1000 | 1000010 | 1001010 | 1000100 |
Color Harmonies of #DEEA70
Complementary color
Monochromatic Colors of #DEEA70
Black with #DEEA70
Text Example
Text Example
White with #DEEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA70; }
p { color: rgb(222,234,112); }
H1.HeaderClassName
{
color: #DEEA70;
}
.AnyTagClassName
{
color: #DEEA70;
}
</style>
background-color css
<style>
a { background-color: #DEEA70; }
a { background-color: rgb(222,234,112); }
div.DivClassName
{
background-color: #DEEA70;
}
.BgClassName
{
background-color: #DEEA70;
}
</style>
border-color css
<style>
span { border-color: #DEEA70; }
span { border-color: rgb(222,234,112); }
td.TdClassName
{
border-color: #DEEA70;
}
.TagClassName
{
border-color: #DEEA70;
}
</style>