Shades of Mindaro #DEEC68
Tints of Mindaro #DEEC68
RGB
CMYK
RGB Variations
Color information
#DEEC68 (or 0xDEEC68) is known color: Mindaro. HEX triplet: DE, EC and 68. RGB value is (222,236,104). Sum of RGB (Red+Green+Blue) = 222+236+104=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC68 is #211397. Grayscale: #D9D9D9. Windows color (decimal): -2167704 or 6876382. OLE color: 6876382.
HSL color Cylindrical-coordinate representation of color #DEEC68: hue angle of 66.36º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEEC68 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 104 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.07 |
| HSL | 66.36º | 0.78% | 0.67% | - |
| HSV(B) | 66.36º | 0.56% | 0.93% | - |
| XYZ | 62.62 | 76.52 | 24.57 | - |
| YUV | 216.77 | 64.36 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 104 | 0.06 | 0 | 0.56 | 0.07 | 66.36 | 0.78 | 0.67 |
| Hex | DE | EC | 68 | 6 | 0 | 38 | 7 | 42 | 4E | 43 |
| Octal | 336 | 354 | 150 | 6 | 0 | 70 | 7 | 102 | 116 | 103 |
| Binary | 11011110 | 11101100 | 1101000 | 110 | 0 | 111000 | 111 | 1000010 | 1001110 | 1000011 |
Color Harmonies of #DEEC68
Complementary color
Monochromatic Colors of #DEEC68
Black with #DEEC68
Text Example
Text Example
White with #DEEC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC68; }
p { color: rgb(222,236,104); }
H1.HeaderClassName
{
color: #DEEC68;
}
.AnyTagClassName
{
color: #DEEC68;
}
</style>
background-color css
<style>
a { background-color: #DEEC68; }
a { background-color: rgb(222,236,104); }
div.DivClassName
{
background-color: #DEEC68;
}
.BgClassName
{
background-color: #DEEC68;
}
</style>
border-color css
<style>
span { border-color: #DEEC68; }
span { border-color: rgb(222,236,104); }
td.TdClassName
{
border-color: #DEEC68;
}
.TagClassName
{
border-color: #DEEC68;
}
</style>