Shades of Mindaro #DEE766
Tints of Mindaro #DEE766
RGB
CMYK
RGB Variations
Color information
#DEE766 (or 0xDEE766) is known color: Mindaro. HEX triplet: DE, E7 and 66. RGB value is (222,231,102). Sum of RGB (Red+Green+Blue) = 222+231+102=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE766 is #211899. Grayscale: #D6D6D6. Windows color (decimal): -2168986 or 6744030. OLE color: 6744030.
HSL color Cylindrical-coordinate representation of color #DEE766: hue angle of 64.19º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE766 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 102 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.09 |
| HSL | 64.19º | 0.73% | 0.65% | - |
| HSV(B) | 64.19º | 0.56% | 0.91% | - |
| XYZ | 61.1 | 73.64 | 23.56 | - |
| YUV | 213.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 102 | 0.04 | 0 | 0.56 | 0.09 | 64.19 | 0.73 | 0.65 |
| Hex | DE | E7 | 66 | 4 | 0 | 38 | 9 | 40 | 49 | 41 |
| Octal | 336 | 347 | 146 | 4 | 0 | 70 | 11 | 100 | 111 | 101 |
| Binary | 11011110 | 11100111 | 1100110 | 100 | 0 | 111000 | 1001 | 1000000 | 1001001 | 1000001 |
Color Harmonies of #DEE766
Complementary color
Monochromatic Colors of #DEE766
Black with #DEE766
Text Example
Text Example
White with #DEE766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE766; }
p { color: rgb(222,231,102); }
H1.HeaderClassName
{
color: #DEE766;
}
.AnyTagClassName
{
color: #DEE766;
}
</style>
background-color css
<style>
a { background-color: #DEE766; }
a { background-color: rgb(222,231,102); }
div.DivClassName
{
background-color: #DEE766;
}
.BgClassName
{
background-color: #DEE766;
}
</style>
border-color css
<style>
span { border-color: #DEE766; }
span { border-color: rgb(222,231,102); }
td.TdClassName
{
border-color: #DEE766;
}
.TagClassName
{
border-color: #DEE766;
}
</style>