Shades of Mindaro #DEE666
Tints of Mindaro #DEE666
RGB
CMYK
RGB Variations
Color information
#DEE666 (or 0xDEE666) is known color: Mindaro. HEX triplet: DE, E6 and 66. RGB value is (222,230,102). Sum of RGB (Red+Green+Blue) = 222+230+102=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE666 is #211999. Grayscale: #D5D5D5. Windows color (decimal): -2169242 or 6743774. OLE color: 6743774.
HSL color Cylindrical-coordinate representation of color #DEE666: hue angle of 63.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEE666 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 102 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.10 |
| HSL | 63.75º | 0.72% | 0.65% | - |
| HSV(B) | 63.75º | 0.56% | 0.9% | - |
| XYZ | 60.82 | 73.08 | 23.47 | - |
| YUV | 213.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 102 | 0.03 | 0 | 0.56 | 0.10 | 63.75 | 0.72 | 0.65 |
| Hex | DE | E6 | 66 | 3 | 0 | 38 | A | 40 | 48 | 41 |
| Octal | 336 | 346 | 146 | 3 | 0 | 70 | 12 | 100 | 110 | 101 |
| Binary | 11011110 | 11100110 | 1100110 | 11 | 0 | 111000 | 1010 | 1000000 | 1001000 | 1000001 |
Color Harmonies of #DEE666
Complementary color
Monochromatic Colors of #DEE666
Black with #DEE666
Text Example
Text Example
White with #DEE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE666; }
p { color: rgb(222,230,102); }
H1.HeaderClassName
{
color: #DEE666;
}
.AnyTagClassName
{
color: #DEE666;
}
</style>
background-color css
<style>
a { background-color: #DEE666; }
a { background-color: rgb(222,230,102); }
div.DivClassName
{
background-color: #DEE666;
}
.BgClassName
{
background-color: #DEE666;
}
</style>
border-color css
<style>
span { border-color: #DEE666; }
span { border-color: rgb(222,230,102); }
td.TdClassName
{
border-color: #DEE666;
}
.TagClassName
{
border-color: #DEE666;
}
</style>