Shades of Mindaro #DEE76F
Tints of Mindaro #DEE76F
RGB
CMYK
RGB Variations
Color information
#DEE76F (or 0xDEE76F) is known color: Mindaro. HEX triplet: DE, E7 and 6F. RGB value is (222,231,111). Sum of RGB (Red+Green+Blue) = 222+231+111=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE76F is #211890. Grayscale: #D7D7D7. Windows color (decimal): -2168977 or 7333854. OLE color: 7333854.
HSL color Cylindrical-coordinate representation of color #DEE76F: hue angle of 64.5º degrees, saturation: 0.71, 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 #DEE76F is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 111 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.09 |
| HSL | 64.5º | 0.71% | 0.67% | - |
| HSV(B) | 64.5º | 0.52% | 0.91% | - |
| XYZ | 61.57 | 73.83 | 26.04 | - |
| YUV | 214.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 111 | 0.04 | 0 | 0.52 | 0.09 | 64.5 | 0.71 | 0.67 |
| Hex | DE | E7 | 6F | 4 | 0 | 34 | 9 | 40 | 47 | 43 |
| Octal | 336 | 347 | 157 | 4 | 0 | 64 | 11 | 100 | 107 | 103 |
| Binary | 11011110 | 11100111 | 1101111 | 100 | 0 | 110100 | 1001 | 1000000 | 1000111 | 1000011 |
Color Harmonies of #DEE76F
Complementary color
Monochromatic Colors of #DEE76F
Black with #DEE76F
Text Example
Text Example
White with #DEE76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE76F; }
p { color: rgb(222,231,111); }
H1.HeaderClassName
{
color: #DEE76F;
}
.AnyTagClassName
{
color: #DEE76F;
}
</style>
background-color css
<style>
a { background-color: #DEE76F; }
a { background-color: rgb(222,231,111); }
div.DivClassName
{
background-color: #DEE76F;
}
.BgClassName
{
background-color: #DEE76F;
}
</style>
border-color css
<style>
span { border-color: #DEE76F; }
span { border-color: rgb(222,231,111); }
td.TdClassName
{
border-color: #DEE76F;
}
.TagClassName
{
border-color: #DEE76F;
}
</style>