Shades of Mindaro #DCE96E
Tints of Mindaro #DCE96E
RGB
CMYK
RGB Variations
Color information
#DCE96E (or 0xDCE96E) is known color: Mindaro. HEX triplet: DC, E9 and 6E. RGB value is (220,233,110). Sum of RGB (Red+Green+Blue) = 220+233+110=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE96E is #231691. Grayscale: #D7D7D7. Windows color (decimal): -2299538 or 7268828. OLE color: 7268828.
HSL color Cylindrical-coordinate representation of color #DCE96E: hue angle of 66.34º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCE96E is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 110 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.09 |
| HSL | 66.34º | 0.74% | 0.67% | - |
| HSV(B) | 66.34º | 0.53% | 0.91% | - |
| XYZ | 61.47 | 74.62 | 25.92 | - |
| YUV | 215.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 110 | 0.06 | 0 | 0.53 | 0.09 | 66.34 | 0.74 | 0.67 |
| Hex | DC | E9 | 6E | 6 | 0 | 35 | 9 | 42 | 4A | 43 |
| Octal | 334 | 351 | 156 | 6 | 0 | 65 | 11 | 102 | 112 | 103 |
| Binary | 11011100 | 11101001 | 1101110 | 110 | 0 | 110101 | 1001 | 1000010 | 1001010 | 1000011 |
Color Harmonies of #DCE96E
Complementary color
Monochromatic Colors of #DCE96E
Black with #DCE96E
Text Example
Text Example
White with #DCE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE96E; }
p { color: rgb(220,233,110); }
H1.HeaderClassName
{
color: #DCE96E;
}
.AnyTagClassName
{
color: #DCE96E;
}
</style>
background-color css
<style>
a { background-color: #DCE96E; }
a { background-color: rgb(220,233,110); }
div.DivClassName
{
background-color: #DCE96E;
}
.BgClassName
{
background-color: #DCE96E;
}
</style>
border-color css
<style>
span { border-color: #DCE96E; }
span { border-color: rgb(220,233,110); }
td.TdClassName
{
border-color: #DCE96E;
}
.TagClassName
{
border-color: #DCE96E;
}
</style>