Shades of Mindaro #DCF77E
Tints of Mindaro #DCF77E
RGB
CMYK
RGB Variations
Color information
#DCF77E (or 0xDCF77E) is known color: Mindaro. HEX triplet: DC, F7 and 7E. RGB value is (220,247,126). Sum of RGB (Red+Green+Blue) = 220+247+126=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 126 (49.61% from 255 or 21.25% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF77E is #230881. Grayscale: #E1E1E1. Windows color (decimal): -2295938 or 8320988. OLE color: 8320988.
HSL color Cylindrical-coordinate representation of color #DCF77E: hue angle of 73.39º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF77E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 126 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 73.39º | 0.88% | 0.73% | - |
| HSV(B) | 73.39º | 0.49% | 0.97% | - |
| XYZ | 66.54 | 83.24 | 32.3 | - |
| YUV | 225.13 | 72.05 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 126 | 0.11 | 0 | 0.49 | 0.03 | 73.39 | 0.88 | 0.73 |
| Hex | DC | F7 | 7E | B | 0 | 31 | 3 | 49 | 58 | 49 |
| Octal | 334 | 367 | 176 | 13 | 0 | 61 | 3 | 111 | 130 | 111 |
| Binary | 11011100 | 11110111 | 1111110 | 1011 | 0 | 110001 | 11 | 1001001 | 1011000 | 1001001 |
Color Harmonies of #DCF77E
Complementary color
Monochromatic Colors of #DCF77E
Black with #DCF77E
Text Example
Text Example
White with #DCF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF77E; }
p { color: rgb(220,247,126); }
H1.HeaderClassName
{
color: #DCF77E;
}
.AnyTagClassName
{
color: #DCF77E;
}
</style>
background-color css
<style>
a { background-color: #DCF77E; }
a { background-color: rgb(220,247,126); }
div.DivClassName
{
background-color: #DCF77E;
}
.BgClassName
{
background-color: #DCF77E;
}
</style>
border-color css
<style>
span { border-color: #DCF77E; }
span { border-color: rgb(220,247,126); }
td.TdClassName
{
border-color: #DCF77E;
}
.TagClassName
{
border-color: #DCF77E;
}
</style>