Shades of Mindaro #DEE76D
Tints of Mindaro #DEE76D
RGB
CMYK
RGB Variations
Color information
#DEE76D (or 0xDEE76D) is known color: Mindaro. HEX triplet: DE, E7 and 6D. RGB value is (222,231,109). Sum of RGB (Red+Green+Blue) = 222+231+109=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE76D is #211892. Grayscale: #D6D6D6. Windows color (decimal): -2168979 or 7202782. OLE color: 7202782.
HSL color Cylindrical-coordinate representation of color #DEE76D: hue angle of 64.43º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEE76D is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 109 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.09 |
| HSL | 64.43º | 0.72% | 0.67% | - |
| HSV(B) | 64.43º | 0.53% | 0.91% | - |
| XYZ | 61.46 | 73.79 | 25.47 | - |
| YUV | 214.4 | 68.52 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 109 | 0.04 | 0 | 0.53 | 0.09 | 64.43 | 0.72 | 0.67 |
| Hex | DE | E7 | 6D | 4 | 0 | 35 | 9 | 40 | 48 | 43 |
| Octal | 336 | 347 | 155 | 4 | 0 | 65 | 11 | 100 | 110 | 103 |
| Binary | 11011110 | 11100111 | 1101101 | 100 | 0 | 110101 | 1001 | 1000000 | 1001000 | 1000011 |
Color Harmonies of #DEE76D
Complementary color
Monochromatic Colors of #DEE76D
Black with #DEE76D
Text Example
Text Example
White with #DEE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE76D; }
p { color: rgb(222,231,109); }
H1.HeaderClassName
{
color: #DEE76D;
}
.AnyTagClassName
{
color: #DEE76D;
}
</style>
background-color css
<style>
a { background-color: #DEE76D; }
a { background-color: rgb(222,231,109); }
div.DivClassName
{
background-color: #DEE76D;
}
.BgClassName
{
background-color: #DEE76D;
}
</style>
border-color css
<style>
span { border-color: #DEE76D; }
span { border-color: rgb(222,231,109); }
td.TdClassName
{
border-color: #DEE76D;
}
.TagClassName
{
border-color: #DEE76D;
}
</style>