Shades of Mindaro #DCF87E
Tints of Mindaro #DCF87E
RGB
CMYK
RGB Variations
Color information
#DCF87E (or 0xDCF87E) is known color: Mindaro. HEX triplet: DC, F8 and 7E. RGB value is (220,248,126). Sum of RGB (Red+Green+Blue) = 220+248+126=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 248 (97.27% from 255 or 41.75% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF87E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF87E is #230781. Grayscale: #E2E2E2. Windows color (decimal): -2295682 or 8321244. OLE color: 8321244.
HSL color Cylindrical-coordinate representation of color #DCF87E: hue angle of 73.77º degrees, saturation: 0.9, 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 #DCF87E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 126 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 73.77º | 0.9% | 0.73% | - |
| HSV(B) | 73.77º | 0.49% | 0.97% | - |
| XYZ | 66.85 | 83.86 | 32.4 | - |
| YUV | 225.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 126 | 0.11 | 0 | 0.49 | 0.03 | 73.77 | 0.9 | 0.73 |
| Hex | DC | F8 | 7E | B | 0 | 31 | 3 | 4A | 5A | 49 |
| Octal | 334 | 370 | 176 | 13 | 0 | 61 | 3 | 112 | 132 | 111 |
| Binary | 11011100 | 11111000 | 1111110 | 1011 | 0 | 110001 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DCF87E
Complementary color
Monochromatic Colors of #DCF87E
Black with #DCF87E
Text Example
Text Example
White with #DCF87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF87E; }
p { color: rgb(220,248,126); }
H1.HeaderClassName
{
color: #DCF87E;
}
.AnyTagClassName
{
color: #DCF87E;
}
</style>
background-color css
<style>
a { background-color: #DCF87E; }
a { background-color: rgb(220,248,126); }
div.DivClassName
{
background-color: #DCF87E;
}
.BgClassName
{
background-color: #DCF87E;
}
</style>
border-color css
<style>
span { border-color: #DCF87E; }
span { border-color: rgb(220,248,126); }
td.TdClassName
{
border-color: #DCF87E;
}
.TagClassName
{
border-color: #DCF87E;
}
</style>