Shades of Mindaro #DEE76E
Tints of Mindaro #DEE76E
RGB
CMYK
RGB Variations
Color information
#DEE76E (or 0xDEE76E) is known color: Mindaro. HEX triplet: DE, E7 and 6E. RGB value is (222,231,110). Sum of RGB (Red+Green+Blue) = 222+231+110=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE76E is #211891. Grayscale: #D6D6D6. Windows color (decimal): -2168978 or 7268318. OLE color: 7268318.
HSL color Cylindrical-coordinate representation of color #DEE76E: hue angle of 64.46º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEE76E is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 110 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.09 |
| HSL | 64.46º | 0.72% | 0.67% | - |
| HSV(B) | 64.46º | 0.52% | 0.91% | - |
| XYZ | 61.51 | 73.81 | 25.76 | - |
| YUV | 214.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 110 | 0.04 | 0 | 0.52 | 0.09 | 64.46 | 0.72 | 0.67 |
| Hex | DE | E7 | 6E | 4 | 0 | 34 | 9 | 40 | 48 | 43 |
| Octal | 336 | 347 | 156 | 4 | 0 | 64 | 11 | 100 | 110 | 103 |
| Binary | 11011110 | 11100111 | 1101110 | 100 | 0 | 110100 | 1001 | 1000000 | 1001000 | 1000011 |
Color Harmonies of #DEE76E
Complementary color
Monochromatic Colors of #DEE76E
Black with #DEE76E
Text Example
Text Example
White with #DEE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE76E; }
p { color: rgb(222,231,110); }
H1.HeaderClassName
{
color: #DEE76E;
}
.AnyTagClassName
{
color: #DEE76E;
}
</style>
background-color css
<style>
a { background-color: #DEE76E; }
a { background-color: rgb(222,231,110); }
div.DivClassName
{
background-color: #DEE76E;
}
.BgClassName
{
background-color: #DEE76E;
}
</style>
border-color css
<style>
span { border-color: #DEE76E; }
span { border-color: rgb(222,231,110); }
td.TdClassName
{
border-color: #DEE76E;
}
.TagClassName
{
border-color: #DEE76E;
}
</style>