Shades of Mindaro #DEE676
Tints of Mindaro #DEE676
RGB
CMYK
RGB Variations
Color information
#DEE676 (or 0xDEE676) is known color: Mindaro. HEX triplet: DE, E6 and 76. RGB value is (222,230,118). Sum of RGB (Red+Green+Blue) = 222+230+118=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE676 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE676 is #211989. Grayscale: #D7D7D7. Windows color (decimal): -2169226 or 7792350. OLE color: 7792350.
HSL color Cylindrical-coordinate representation of color #DEE676: hue angle of 64.29º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEE676 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 118 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.10 |
| HSL | 64.29º | 0.69% | 0.68% | - |
| HSV(B) | 64.29º | 0.49% | 0.9% | - |
| XYZ | 61.69 | 73.43 | 28.06 | - |
| YUV | 214.84 | 73.35 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 118 | 0.03 | 0 | 0.49 | 0.10 | 64.29 | 0.69 | 0.68 |
| Hex | DE | E6 | 76 | 3 | 0 | 31 | A | 40 | 45 | 44 |
| Octal | 336 | 346 | 166 | 3 | 0 | 61 | 12 | 100 | 105 | 104 |
| Binary | 11011110 | 11100110 | 1110110 | 11 | 0 | 110001 | 1010 | 1000000 | 1000101 | 1000100 |
Color Harmonies of #DEE676
Complementary color
Monochromatic Colors of #DEE676
Black with #DEE676
Text Example
Text Example
White with #DEE676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE676; }
p { color: rgb(222,230,118); }
H1.HeaderClassName
{
color: #DEE676;
}
.AnyTagClassName
{
color: #DEE676;
}
</style>
background-color css
<style>
a { background-color: #DEE676; }
a { background-color: rgb(222,230,118); }
div.DivClassName
{
background-color: #DEE676;
}
.BgClassName
{
background-color: #DEE676;
}
</style>
border-color css
<style>
span { border-color: #DEE676; }
span { border-color: rgb(222,230,118); }
td.TdClassName
{
border-color: #DEE676;
}
.TagClassName
{
border-color: #DEE676;
}
</style>