Shades of Mindaro #DCE77E
Tints of Mindaro #DCE77E
RGB
CMYK
RGB Variations
Color information
#DCE77E (or 0xDCE77E) is known color: Mindaro. HEX triplet: DC, E7 and 7E. RGB value is (220,231,126). Sum of RGB (Red+Green+Blue) = 220+231+126=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 231 (90.62% from 255 or 40.03% from 577); Blue value is 126 (49.61% from 255 or 21.84% from 577); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE77E is #231881. Grayscale: #D8D8D8. Windows color (decimal): -2300034 or 8316892. OLE color: 8316892.
HSL color Cylindrical-coordinate representation of color #DCE77E: hue angle of 66.29º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCE77E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 126 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.09 |
| HSL | 66.29º | 0.69% | 0.7% | - |
| HSV(B) | 66.29º | 0.45% | 0.91% | - |
| XYZ | 61.86 | 73.87 | 30.74 | - |
| YUV | 215.74 | 77.36 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 126 | 0.05 | 0 | 0.45 | 0.09 | 66.29 | 0.69 | 0.7 |
| Hex | DC | E7 | 7E | 5 | 0 | 2D | 9 | 42 | 45 | 46 |
| Octal | 334 | 347 | 176 | 5 | 0 | 55 | 11 | 102 | 105 | 106 |
| Binary | 11011100 | 11100111 | 1111110 | 101 | 0 | 101101 | 1001 | 1000010 | 1000101 | 1000110 |
Color Harmonies of #DCE77E
Complementary color
Monochromatic Colors of #DCE77E
Black with #DCE77E
Text Example
Text Example
White with #DCE77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE77E; }
p { color: rgb(220,231,126); }
H1.HeaderClassName
{
color: #DCE77E;
}
.AnyTagClassName
{
color: #DCE77E;
}
</style>
background-color css
<style>
a { background-color: #DCE77E; }
a { background-color: rgb(220,231,126); }
div.DivClassName
{
background-color: #DCE77E;
}
.BgClassName
{
background-color: #DCE77E;
}
</style>
border-color css
<style>
span { border-color: #DCE77E; }
span { border-color: rgb(220,231,126); }
td.TdClassName
{
border-color: #DCE77E;
}
.TagClassName
{
border-color: #DCE77E;
}
</style>