Shades of Mindaro #DCF65E
Tints of Mindaro #DCF65E
RGB
CMYK
RGB Variations
Color information
#DCF65E (or 0xDCF65E) is known color: Mindaro. HEX triplet: DC, F6 and 5E. RGB value is (220,246,94). Sum of RGB (Red+Green+Blue) = 220+246+94=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 94 (37.11% from 255 or 16.79% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF65E is #2309A1. Grayscale: #DDDDDD. Windows color (decimal): -2296226 or 6223580. OLE color: 6223580.
HSL color Cylindrical-coordinate representation of color #DCF65E: hue angle of 70.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCF65E is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 94 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.04 |
| HSL | 70.26º | 0.89% | 0.67% | - |
| HSV(B) | 70.26º | 0.62% | 0.96% | - |
| XYZ | 64.49 | 81.94 | 23.01 | - |
| YUV | 220.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 94 | 0.11 | 0 | 0.62 | 0.04 | 70.26 | 0.89 | 0.67 |
| Hex | DC | F6 | 5E | B | 0 | 3E | 4 | 46 | 59 | 43 |
| Octal | 334 | 366 | 136 | 13 | 0 | 76 | 4 | 106 | 131 | 103 |
| Binary | 11011100 | 11110110 | 1011110 | 1011 | 0 | 111110 | 100 | 1000110 | 1011001 | 1000011 |
Color Harmonies of #DCF65E
Complementary color
Monochromatic Colors of #DCF65E
Black with #DCF65E
Text Example
Text Example
White with #DCF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF65E; }
p { color: rgb(220,246,94); }
H1.HeaderClassName
{
color: #DCF65E;
}
.AnyTagClassName
{
color: #DCF65E;
}
</style>
background-color css
<style>
a { background-color: #DCF65E; }
a { background-color: rgb(220,246,94); }
div.DivClassName
{
background-color: #DCF65E;
}
.BgClassName
{
background-color: #DCF65E;
}
</style>
border-color css
<style>
span { border-color: #DCF65E; }
span { border-color: rgb(220,246,94); }
td.TdClassName
{
border-color: #DCF65E;
}
.TagClassName
{
border-color: #DCF65E;
}
</style>