Shades of Mindaro #DCF65D
Tints of Mindaro #DCF65D
RGB
CMYK
RGB Variations
Color information
#DCF65D (or 0xDCF65D) is known color: Mindaro. HEX triplet: DC, F6 and 5D. RGB value is (220,246,93). Sum of RGB (Red+Green+Blue) = 220+246+93=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 93 (36.72% from 255 or 16.64% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF65D is #2309A2. Grayscale: #DDDDDD. Windows color (decimal): -2296227 or 6158044. OLE color: 6158044.
HSL color Cylindrical-coordinate representation of color #DCF65D: hue angle of 70.2º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF65D is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 93 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.04 |
| HSL | 70.2º | 0.89% | 0.66% | - |
| HSV(B) | 70.2º | 0.62% | 0.96% | - |
| XYZ | 64.45 | 81.92 | 22.77 | - |
| YUV | 220.78 | 55.89 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 93 | 0.11 | 0 | 0.62 | 0.04 | 70.2 | 0.89 | 0.66 |
| Hex | DC | F6 | 5D | B | 0 | 3E | 4 | 46 | 59 | 42 |
| Octal | 334 | 366 | 135 | 13 | 0 | 76 | 4 | 106 | 131 | 102 |
| Binary | 11011100 | 11110110 | 1011101 | 1011 | 0 | 111110 | 100 | 1000110 | 1011001 | 1000010 |
Color Harmonies of #DCF65D
Complementary color
Monochromatic Colors of #DCF65D
Black with #DCF65D
Text Example
Text Example
White with #DCF65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF65D; }
p { color: rgb(220,246,93); }
H1.HeaderClassName
{
color: #DCF65D;
}
.AnyTagClassName
{
color: #DCF65D;
}
</style>
background-color css
<style>
a { background-color: #DCF65D; }
a { background-color: rgb(220,246,93); }
div.DivClassName
{
background-color: #DCF65D;
}
.BgClassName
{
background-color: #DCF65D;
}
</style>
border-color css
<style>
span { border-color: #DCF65D; }
span { border-color: rgb(220,246,93); }
td.TdClassName
{
border-color: #DCF65D;
}
.TagClassName
{
border-color: #DCF65D;
}
</style>