Shades of Mindaro #DCF17E
Tints of Mindaro #DCF17E
RGB
CMYK
RGB Variations
Color information
#DCF17E (or 0xDCF17E) is known color: Mindaro. HEX triplet: DC, F1 and 7E. RGB value is (220,241,126). Sum of RGB (Red+Green+Blue) = 220+241+126=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 126 (49.61% from 255 or 21.47% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF17E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF17E is #230E81. Grayscale: #DEDEDE. Windows color (decimal): -2297474 or 8319452. OLE color: 8319452.
HSL color Cylindrical-coordinate representation of color #DCF17E: hue angle of 70.96º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF17E is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 241 | 126 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.05 |
| HSL | 70.96º | 0.8% | 0.72% | - |
| HSV(B) | 70.96º | 0.48% | 0.95% | - |
| XYZ | 64.74 | 79.63 | 31.7 | - |
| YUV | 221.61 | 74.04 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 241 | 126 | 0.09 | 0 | 0.48 | 0.05 | 70.96 | 0.8 | 0.72 |
| Hex | DC | F1 | 7E | 9 | 0 | 30 | 5 | 47 | 50 | 48 |
| Octal | 334 | 361 | 176 | 11 | 0 | 60 | 5 | 107 | 120 | 110 |
| Binary | 11011100 | 11110001 | 1111110 | 1001 | 0 | 110000 | 101 | 1000111 | 1010000 | 1001000 |
Color Harmonies of #DCF17E
Complementary color
Monochromatic Colors of #DCF17E
Black with #DCF17E
Text Example
Text Example
White with #DCF17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF17E; }
p { color: rgb(220,241,126); }
H1.HeaderClassName
{
color: #DCF17E;
}
.AnyTagClassName
{
color: #DCF17E;
}
</style>
background-color css
<style>
a { background-color: #DCF17E; }
a { background-color: rgb(220,241,126); }
div.DivClassName
{
background-color: #DCF17E;
}
.BgClassName
{
background-color: #DCF17E;
}
</style>
border-color css
<style>
span { border-color: #DCF17E; }
span { border-color: rgb(220,241,126); }
td.TdClassName
{
border-color: #DCF17E;
}
.TagClassName
{
border-color: #DCF17E;
}
</style>