Shades of Mindaro #DCE776
Tints of Mindaro #DCE776
RGB
CMYK
RGB Variations
Color information
#DCE776 (or 0xDCE776) is known color: Mindaro. HEX triplet: DC, E7 and 76. RGB value is (220,231,118). Sum of RGB (Red+Green+Blue) = 220+231+118=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE776 is #231889. Grayscale: #D7D7D7. Windows color (decimal): -2300042 or 7792604. OLE color: 7792604.
HSL color Cylindrical-coordinate representation of color #DCE776: hue angle of 65.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE776 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 118 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.09 |
| HSL | 65.84º | 0.7% | 0.68% | - |
| HSV(B) | 65.84º | 0.49% | 0.91% | - |
| XYZ | 61.36 | 73.68 | 28.13 | - |
| YUV | 214.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 118 | 0.05 | 0 | 0.49 | 0.09 | 65.84 | 0.7 | 0.68 |
| Hex | DC | E7 | 76 | 5 | 0 | 31 | 9 | 42 | 46 | 44 |
| Octal | 334 | 347 | 166 | 5 | 0 | 61 | 11 | 102 | 106 | 104 |
| Binary | 11011100 | 11100111 | 1110110 | 101 | 0 | 110001 | 1001 | 1000010 | 1000110 | 1000100 |
Color Harmonies of #DCE776
Complementary color
Monochromatic Colors of #DCE776
Black with #DCE776
Text Example
Text Example
White with #DCE776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE776; }
p { color: rgb(220,231,118); }
H1.HeaderClassName
{
color: #DCE776;
}
.AnyTagClassName
{
color: #DCE776;
}
</style>
background-color css
<style>
a { background-color: #DCE776; }
a { background-color: rgb(220,231,118); }
div.DivClassName
{
background-color: #DCE776;
}
.BgClassName
{
background-color: #DCE776;
}
</style>
border-color css
<style>
span { border-color: #DCE776; }
span { border-color: rgb(220,231,118); }
td.TdClassName
{
border-color: #DCE776;
}
.TagClassName
{
border-color: #DCE776;
}
</style>