Shades of Mindaro #DEEE6A
Tints of Mindaro #DEEE6A
RGB
CMYK
RGB Variations
Color information
#DEEE6A (or 0xDEEE6A) is known color: Mindaro. HEX triplet: DE, EE and 6A. RGB value is (222,238,106). Sum of RGB (Red+Green+Blue) = 222+238+106=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE6A is #211195. Grayscale: #DADADA. Windows color (decimal): -2167190 or 7007966. OLE color: 7007966.
HSL color Cylindrical-coordinate representation of color #DEEE6A: hue angle of 67.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEEE6A is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 106 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.07 |
| HSL | 67.27º | 0.8% | 0.67% | - |
| HSV(B) | 67.27º | 0.55% | 0.93% | - |
| XYZ | 63.3 | 77.72 | 25.3 | - |
| YUV | 218.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 106 | 0.07 | 0 | 0.55 | 0.07 | 67.27 | 0.8 | 0.67 |
| Hex | DE | EE | 6A | 7 | 0 | 37 | 7 | 43 | 50 | 43 |
| Octal | 336 | 356 | 152 | 7 | 0 | 67 | 7 | 103 | 120 | 103 |
| Binary | 11011110 | 11101110 | 1101010 | 111 | 0 | 110111 | 111 | 1000011 | 1010000 | 1000011 |
Color Harmonies of #DEEE6A
Complementary color
Monochromatic Colors of #DEEE6A
Black with #DEEE6A
Text Example
Text Example
White with #DEEE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE6A; }
p { color: rgb(222,238,106); }
H1.HeaderClassName
{
color: #DEEE6A;
}
.AnyTagClassName
{
color: #DEEE6A;
}
</style>
background-color css
<style>
a { background-color: #DEEE6A; }
a { background-color: rgb(222,238,106); }
div.DivClassName
{
background-color: #DEEE6A;
}
.BgClassName
{
background-color: #DEEE6A;
}
</style>
border-color css
<style>
span { border-color: #DEEE6A; }
span { border-color: rgb(222,238,106); }
td.TdClassName
{
border-color: #DEEE6A;
}
.TagClassName
{
border-color: #DEEE6A;
}
</style>