Shades of Mindaro #DCE76E
Tints of Mindaro #DCE76E
RGB
CMYK
RGB Variations
Color information
#DCE76E (or 0xDCE76E) is known color: Mindaro. HEX triplet: DC, E7 and 6E. RGB value is (220,231,110). Sum of RGB (Red+Green+Blue) = 220+231+110=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 110 (43.36% from 255 or 19.61% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE76E is #231891. Grayscale: #D6D6D6. Windows color (decimal): -2300050 or 7268316. OLE color: 7268316.
HSL color Cylindrical-coordinate representation of color #DCE76E: hue angle of 65.45º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCE76E is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 110 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.09 |
| HSL | 65.45º | 0.72% | 0.67% | - |
| HSV(B) | 65.45º | 0.52% | 0.91% | - |
| XYZ | 60.91 | 73.49 | 25.73 | - |
| YUV | 213.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 110 | 0.05 | 0 | 0.52 | 0.09 | 65.45 | 0.72 | 0.67 |
| Hex | DC | E7 | 6E | 5 | 0 | 34 | 9 | 41 | 48 | 43 |
| Octal | 334 | 347 | 156 | 5 | 0 | 64 | 11 | 101 | 110 | 103 |
| Binary | 11011100 | 11100111 | 1101110 | 101 | 0 | 110100 | 1001 | 1000001 | 1001000 | 1000011 |
Color Harmonies of #DCE76E
Complementary color
Monochromatic Colors of #DCE76E
Black with #DCE76E
Text Example
Text Example
White with #DCE76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE76E; }
p { color: rgb(220,231,110); }
H1.HeaderClassName
{
color: #DCE76E;
}
.AnyTagClassName
{
color: #DCE76E;
}
</style>
background-color css
<style>
a { background-color: #DCE76E; }
a { background-color: rgb(220,231,110); }
div.DivClassName
{
background-color: #DCE76E;
}
.BgClassName
{
background-color: #DCE76E;
}
</style>
border-color css
<style>
span { border-color: #DCE76E; }
span { border-color: rgb(220,231,110); }
td.TdClassName
{
border-color: #DCE76E;
}
.TagClassName
{
border-color: #DCE76E;
}
</style>