Shades of Mindaro #DEE77F
Tints of Mindaro #DEE77F
RGB
CMYK
RGB Variations
Color information
#DEE77F (or 0xDEE77F) is known color: Mindaro. HEX triplet: DE, E7 and 7F. RGB value is (222,231,127). Sum of RGB (Red+Green+Blue) = 222+231+127=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE77F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE77F is #211880. Grayscale: #D8D8D8. Windows color (decimal): -2168961 or 8382430. OLE color: 8382430.
HSL color Cylindrical-coordinate representation of color #DEE77F: hue angle of 65.19º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE77F is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 127 | - |
| CMYK | 0.04 | 0 | 0.45 | 0.09 |
| HSL | 65.19º | 0.68% | 0.7% | - |
| HSV(B) | 65.19º | 0.45% | 0.91% | - |
| XYZ | 62.53 | 74.21 | 31.11 | - |
| YUV | 216.45 | 77.52 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 127 | 0.04 | 0 | 0.45 | 0.09 | 65.19 | 0.68 | 0.7 |
| Hex | DE | E7 | 7F | 4 | 0 | 2D | 9 | 41 | 44 | 46 |
| Octal | 336 | 347 | 177 | 4 | 0 | 55 | 11 | 101 | 104 | 106 |
| Binary | 11011110 | 11100111 | 1111111 | 100 | 0 | 101101 | 1001 | 1000001 | 1000100 | 1000110 |
Color Harmonies of #DEE77F
Complementary color
Monochromatic Colors of #DEE77F
Black with #DEE77F
Text Example
Text Example
White with #DEE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE77F; }
p { color: rgb(222,231,127); }
H1.HeaderClassName
{
color: #DEE77F;
}
.AnyTagClassName
{
color: #DEE77F;
}
</style>
background-color css
<style>
a { background-color: #DEE77F; }
a { background-color: rgb(222,231,127); }
div.DivClassName
{
background-color: #DEE77F;
}
.BgClassName
{
background-color: #DEE77F;
}
</style>
border-color css
<style>
span { border-color: #DEE77F; }
span { border-color: rgb(222,231,127); }
td.TdClassName
{
border-color: #DEE77F;
}
.TagClassName
{
border-color: #DEE77F;
}
</style>