Shades of Mindaro #DCF76E
Tints of Mindaro #DCF76E
RGB
CMYK
RGB Variations
Color information
#DCF76E (or 0xDCF76E) is known color: Mindaro. HEX triplet: DC, F7 and 6E. RGB value is (220,247,110). Sum of RGB (Red+Green+Blue) = 220+247+110=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF76E is #230891. Grayscale: #DFDFDF. Windows color (decimal): -2295954 or 7272412. OLE color: 7272412.
HSL color Cylindrical-coordinate representation of color #DCF76E: hue angle of 71.82º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF76E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 110 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.03 |
| HSL | 71.82º | 0.9% | 0.7% | - |
| HSV(B) | 71.82º | 0.55% | 0.97% | - |
| XYZ | 65.59 | 82.86 | 27.29 | - |
| YUV | 223.31 | 64.05 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 110 | 0.11 | 0 | 0.55 | 0.03 | 71.82 | 0.9 | 0.7 |
| Hex | DC | F7 | 6E | B | 0 | 37 | 3 | 48 | 5A | 46 |
| Octal | 334 | 367 | 156 | 13 | 0 | 67 | 3 | 110 | 132 | 106 |
| Binary | 11011100 | 11110111 | 1101110 | 1011 | 0 | 110111 | 11 | 1001000 | 1011010 | 1000110 |
Color Harmonies of #DCF76E
Complementary color
Monochromatic Colors of #DCF76E
Black with #DCF76E
Text Example
Text Example
White with #DCF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF76E; }
p { color: rgb(220,247,110); }
H1.HeaderClassName
{
color: #DCF76E;
}
.AnyTagClassName
{
color: #DCF76E;
}
</style>
background-color css
<style>
a { background-color: #DCF76E; }
a { background-color: rgb(220,247,110); }
div.DivClassName
{
background-color: #DCF76E;
}
.BgClassName
{
background-color: #DCF76E;
}
</style>
border-color css
<style>
span { border-color: #DCF76E; }
span { border-color: rgb(220,247,110); }
td.TdClassName
{
border-color: #DCF76E;
}
.TagClassName
{
border-color: #DCF76E;
}
</style>