Shades of Mindaro #DCF65F
Tints of Mindaro #DCF65F
RGB
CMYK
RGB Variations
Color information
#DCF65F (or 0xDCF65F) is known color: Mindaro. HEX triplet: DC, F6 and 5F. RGB value is (220,246,95). Sum of RGB (Red+Green+Blue) = 220+246+95=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 246 (96.48% from 255 or 43.85% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF65F is #2309A0. Grayscale: #DDDDDD. Windows color (decimal): -2296225 or 6289116. OLE color: 6289116.
HSL color Cylindrical-coordinate representation of color #DCF65F: hue angle of 70.33º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF65F is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 95 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.04 |
| HSL | 70.33º | 0.89% | 0.67% | - |
| HSV(B) | 70.33º | 0.61% | 0.96% | - |
| XYZ | 64.54 | 81.95 | 23.24 | - |
| YUV | 221.01 | 56.89 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 95 | 0.11 | 0 | 0.61 | 0.04 | 70.33 | 0.89 | 0.67 |
| Hex | DC | F6 | 5F | B | 0 | 3D | 4 | 46 | 59 | 43 |
| Octal | 334 | 366 | 137 | 13 | 0 | 75 | 4 | 106 | 131 | 103 |
| Binary | 11011100 | 11110110 | 1011111 | 1011 | 0 | 111101 | 100 | 1000110 | 1011001 | 1000011 |
Color Harmonies of #DCF65F
Complementary color
Monochromatic Colors of #DCF65F
Black with #DCF65F
Text Example
Text Example
White with #DCF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF65F; }
p { color: rgb(220,246,95); }
H1.HeaderClassName
{
color: #DCF65F;
}
.AnyTagClassName
{
color: #DCF65F;
}
</style>
background-color css
<style>
a { background-color: #DCF65F; }
a { background-color: rgb(220,246,95); }
div.DivClassName
{
background-color: #DCF65F;
}
.BgClassName
{
background-color: #DCF65F;
}
</style>
border-color css
<style>
span { border-color: #DCF65F; }
span { border-color: rgb(220,246,95); }
td.TdClassName
{
border-color: #DCF65F;
}
.TagClassName
{
border-color: #DCF65F;
}
</style>