Shades of Mindaro #DEE77A
Tints of Mindaro #DEE77A
RGB
CMYK
RGB Variations
Color information
#DEE77A (or 0xDEE77A) is known color: Mindaro. HEX triplet: DE, E7 and 7A. RGB value is (222,231,122). Sum of RGB (Red+Green+Blue) = 222+231+122=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 231 (90.62% from 255 or 40.17% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE77A is #211885. Grayscale: #D8D8D8. Windows color (decimal): -2168966 or 8054750. OLE color: 8054750.
HSL color Cylindrical-coordinate representation of color #DEE77A: hue angle of 64.95º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE77A is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 122 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.09 |
| HSL | 64.95º | 0.69% | 0.69% | - |
| HSV(B) | 64.95º | 0.47% | 0.91% | - |
| XYZ | 62.21 | 74.09 | 29.43 | - |
| YUV | 215.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 122 | 0.04 | 0 | 0.47 | 0.09 | 64.95 | 0.69 | 0.69 |
| Hex | DE | E7 | 7A | 4 | 0 | 2F | 9 | 41 | 45 | 45 |
| Octal | 336 | 347 | 172 | 4 | 0 | 57 | 11 | 101 | 105 | 105 |
| Binary | 11011110 | 11100111 | 1111010 | 100 | 0 | 101111 | 1001 | 1000001 | 1000101 | 1000101 |
Color Harmonies of #DEE77A
Complementary color
Monochromatic Colors of #DEE77A
Black with #DEE77A
Text Example
Text Example
White with #DEE77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE77A; }
p { color: rgb(222,231,122); }
H1.HeaderClassName
{
color: #DEE77A;
}
.AnyTagClassName
{
color: #DEE77A;
}
</style>
background-color css
<style>
a { background-color: #DEE77A; }
a { background-color: rgb(222,231,122); }
div.DivClassName
{
background-color: #DEE77A;
}
.BgClassName
{
background-color: #DEE77A;
}
</style>
border-color css
<style>
span { border-color: #DEE77A; }
span { border-color: rgb(222,231,122); }
td.TdClassName
{
border-color: #DEE77A;
}
.TagClassName
{
border-color: #DEE77A;
}
</style>