Shades of Mindaro #DEEA6E
Tints of Mindaro #DEEA6E
RGB
CMYK
RGB Variations
Color information
#DEEA6E (or 0xDEEA6E) is known color: Mindaro. HEX triplet: DE, EA and 6E. RGB value is (222,234,110). Sum of RGB (Red+Green+Blue) = 222+234+110=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 110 (43.36% from 255 or 19.43% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA6E is #211591. Grayscale: #D8D8D8. Windows color (decimal): -2168210 or 7269086. OLE color: 7269086.
HSL color Cylindrical-coordinate representation of color #DEEA6E: hue angle of 65.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEEA6E is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 110 | - |
| CMYK | 0.05 | 0 | 0.53 | 0.08 |
| HSL | 65.81º | 0.75% | 0.67% | - |
| HSV(B) | 65.81º | 0.53% | 0.92% | - |
| XYZ | 62.36 | 75.5 | 26.04 | - |
| YUV | 216.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 110 | 0.05 | 0 | 0.53 | 0.08 | 65.81 | 0.75 | 0.67 |
| Hex | DE | EA | 6E | 5 | 0 | 35 | 8 | 42 | 4B | 43 |
| Octal | 336 | 352 | 156 | 5 | 0 | 65 | 10 | 102 | 113 | 103 |
| Binary | 11011110 | 11101010 | 1101110 | 101 | 0 | 110101 | 1000 | 1000010 | 1001011 | 1000011 |
Color Harmonies of #DEEA6E
Complementary color
Monochromatic Colors of #DEEA6E
Black with #DEEA6E
Text Example
Text Example
White with #DEEA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA6E; }
p { color: rgb(222,234,110); }
H1.HeaderClassName
{
color: #DEEA6E;
}
.AnyTagClassName
{
color: #DEEA6E;
}
</style>
background-color css
<style>
a { background-color: #DEEA6E; }
a { background-color: rgb(222,234,110); }
div.DivClassName
{
background-color: #DEEA6E;
}
.BgClassName
{
background-color: #DEEA6E;
}
</style>
border-color css
<style>
span { border-color: #DEEA6E; }
span { border-color: rgb(222,234,110); }
td.TdClassName
{
border-color: #DEEA6E;
}
.TagClassName
{
border-color: #DEEA6E;
}
</style>