Shades of Mindaro #DEE67C
Tints of Mindaro #DEE67C
RGB
CMYK
RGB Variations
Color information
#DEE67C (or 0xDEE67C) is known color: Mindaro. HEX triplet: DE, E6 and 7C. RGB value is (222,230,124). Sum of RGB (Red+Green+Blue) = 222+230+124=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE67C is #211983. Grayscale: #D7D7D7. Windows color (decimal): -2169220 or 8185566. OLE color: 8185566.
HSL color Cylindrical-coordinate representation of color #DEE67C: hue angle of 64.53º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEE67C is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 124 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.10 |
| HSL | 64.53º | 0.68% | 0.69% | - |
| HSV(B) | 64.53º | 0.46% | 0.9% | - |
| XYZ | 62.06 | 73.58 | 30 | - |
| YUV | 215.52 | 76.35 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 124 | 0.03 | 0 | 0.46 | 0.10 | 64.53 | 0.68 | 0.69 |
| Hex | DE | E6 | 7C | 3 | 0 | 2E | A | 41 | 44 | 45 |
| Octal | 336 | 346 | 174 | 3 | 0 | 56 | 12 | 101 | 104 | 105 |
| Binary | 11011110 | 11100110 | 1111100 | 11 | 0 | 101110 | 1010 | 1000001 | 1000100 | 1000101 |
Color Harmonies of #DEE67C
Complementary color
Monochromatic Colors of #DEE67C
Black with #DEE67C
Text Example
Text Example
White with #DEE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE67C; }
p { color: rgb(222,230,124); }
H1.HeaderClassName
{
color: #DEE67C;
}
.AnyTagClassName
{
color: #DEE67C;
}
</style>
background-color css
<style>
a { background-color: #DEE67C; }
a { background-color: rgb(222,230,124); }
div.DivClassName
{
background-color: #DEE67C;
}
.BgClassName
{
background-color: #DEE67C;
}
</style>
border-color css
<style>
span { border-color: #DEE67C; }
span { border-color: rgb(222,230,124); }
td.TdClassName
{
border-color: #DEE67C;
}
.TagClassName
{
border-color: #DEE67C;
}
</style>