Shades of Mindaro #DCF75E
Tints of Mindaro #DCF75E
RGB
CMYK
RGB Variations
Color information
#DCF75E (or 0xDCF75E) is known color: Mindaro. HEX triplet: DC, F7 and 5E. RGB value is (220,247,94). Sum of RGB (Red+Green+Blue) = 220+247+94=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 94 (37.11% from 255 or 16.76% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF75E is #2308A1. Grayscale: #DEDEDE. Windows color (decimal): -2295970 or 6223836. OLE color: 6223836.
HSL color Cylindrical-coordinate representation of color #DCF75E: hue angle of 70.59º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF75E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 94 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.03 |
| HSL | 70.59º | 0.91% | 0.67% | - |
| HSV(B) | 70.59º | 0.62% | 0.97% | - |
| XYZ | 64.8 | 82.55 | 23.11 | - |
| YUV | 221.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 94 | 0.11 | 0 | 0.62 | 0.03 | 70.59 | 0.91 | 0.67 |
| Hex | DC | F7 | 5E | B | 0 | 3E | 3 | 47 | 5B | 43 |
| Octal | 334 | 367 | 136 | 13 | 0 | 76 | 3 | 107 | 133 | 103 |
| Binary | 11011100 | 11110111 | 1011110 | 1011 | 0 | 111110 | 11 | 1000111 | 1011011 | 1000011 |
Color Harmonies of #DCF75E
Complementary color
Monochromatic Colors of #DCF75E
Black with #DCF75E
Text Example
Text Example
White with #DCF75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF75E; }
p { color: rgb(220,247,94); }
H1.HeaderClassName
{
color: #DCF75E;
}
.AnyTagClassName
{
color: #DCF75E;
}
</style>
background-color css
<style>
a { background-color: #DCF75E; }
a { background-color: rgb(220,247,94); }
div.DivClassName
{
background-color: #DCF75E;
}
.BgClassName
{
background-color: #DCF75E;
}
</style>
border-color css
<style>
span { border-color: #DCF75E; }
span { border-color: rgb(220,247,94); }
td.TdClassName
{
border-color: #DCF75E;
}
.TagClassName
{
border-color: #DCF75E;
}
</style>