Shades of Mindaro #DCF75D
Tints of Mindaro #DCF75D
RGB
CMYK
RGB Variations
Color information
#DCF75D (or 0xDCF75D) is known color: Mindaro. HEX triplet: DC, F7 and 5D. RGB value is (220,247,93). Sum of RGB (Red+Green+Blue) = 220+247+93=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 247 (96.88% from 255 or 44.11% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF75D is #2308A2. Grayscale: #DDDDDD. Windows color (decimal): -2295971 or 6158300. OLE color: 6158300.
HSL color Cylindrical-coordinate representation of color #DCF75D: hue angle of 70.52º 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 #DCF75D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 93 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.03 |
| HSL | 70.52º | 0.91% | 0.67% | - |
| HSV(B) | 70.52º | 0.62% | 0.97% | - |
| XYZ | 64.75 | 82.53 | 22.87 | - |
| YUV | 221.37 | 55.55 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 93 | 0.11 | 0 | 0.62 | 0.03 | 70.52 | 0.91 | 0.67 |
| Hex | DC | F7 | 5D | B | 0 | 3E | 3 | 47 | 5B | 43 |
| Octal | 334 | 367 | 135 | 13 | 0 | 76 | 3 | 107 | 133 | 103 |
| Binary | 11011100 | 11110111 | 1011101 | 1011 | 0 | 111110 | 11 | 1000111 | 1011011 | 1000011 |
Color Harmonies of #DCF75D
Complementary color
Monochromatic Colors of #DCF75D
Black with #DCF75D
Text Example
Text Example
White with #DCF75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF75D; }
p { color: rgb(220,247,93); }
H1.HeaderClassName
{
color: #DCF75D;
}
.AnyTagClassName
{
color: #DCF75D;
}
</style>
background-color css
<style>
a { background-color: #DCF75D; }
a { background-color: rgb(220,247,93); }
div.DivClassName
{
background-color: #DCF75D;
}
.BgClassName
{
background-color: #DCF75D;
}
</style>
border-color css
<style>
span { border-color: #DCF75D; }
span { border-color: rgb(220,247,93); }
td.TdClassName
{
border-color: #DCF75D;
}
.TagClassName
{
border-color: #DCF75D;
}
</style>