Shades of Mindaro #DEE668
Tints of Mindaro #DEE668
RGB
CMYK
RGB Variations
Color information
#DEE668 (or 0xDEE668) is known color: Mindaro. HEX triplet: DE, E6 and 68. RGB value is (222,230,104). Sum of RGB (Red+Green+Blue) = 222+230+104=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 230 (90.23% from 255 or 41.37% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE668 is #211997. Grayscale: #D5D5D5. Windows color (decimal): -2169240 or 6874846. OLE color: 6874846.
HSL color Cylindrical-coordinate representation of color #DEE668: hue angle of 63.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE668 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 104 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.10 |
| HSL | 63.81º | 0.72% | 0.65% | - |
| HSV(B) | 63.81º | 0.55% | 0.9% | - |
| XYZ | 60.92 | 73.12 | 24 | - |
| YUV | 213.24 | 66.35 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 104 | 0.03 | 0 | 0.55 | 0.10 | 63.81 | 0.72 | 0.65 |
| Hex | DE | E6 | 68 | 3 | 0 | 37 | A | 40 | 48 | 41 |
| Octal | 336 | 346 | 150 | 3 | 0 | 67 | 12 | 100 | 110 | 101 |
| Binary | 11011110 | 11100110 | 1101000 | 11 | 0 | 110111 | 1010 | 1000000 | 1001000 | 1000001 |
Color Harmonies of #DEE668
Complementary color
Monochromatic Colors of #DEE668
Black with #DEE668
Text Example
Text Example
White with #DEE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE668; }
p { color: rgb(222,230,104); }
H1.HeaderClassName
{
color: #DEE668;
}
.AnyTagClassName
{
color: #DEE668;
}
</style>
background-color css
<style>
a { background-color: #DEE668; }
a { background-color: rgb(222,230,104); }
div.DivClassName
{
background-color: #DEE668;
}
.BgClassName
{
background-color: #DEE668;
}
</style>
border-color css
<style>
span { border-color: #DEE668; }
span { border-color: rgb(222,230,104); }
td.TdClassName
{
border-color: #DEE668;
}
.TagClassName
{
border-color: #DEE668;
}
</style>