Shades of Mindaro #DCF46C
Tints of Mindaro #DCF46C
RGB
CMYK
RGB Variations
Color information
#DCF46C (or 0xDCF46C) is known color: Mindaro. HEX triplet: DC, F4 and 6C. RGB value is (220,244,108). Sum of RGB (Red+Green+Blue) = 220+244+108=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 244 (95.70% from 255 or 42.66% from 572); Blue value is 108 (42.58% from 255 or 18.88% from 572); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF46C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF46C is #230B93. Grayscale: #DDDDDD. Windows color (decimal): -2296724 or 7140572. OLE color: 7140572.
HSL color Cylindrical-coordinate representation of color #DCF46C: hue angle of 70.59º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF46C is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 108 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.04 |
| HSL | 70.59º | 0.86% | 0.69% | - |
| HSV(B) | 70.59º | 0.56% | 0.96% | - |
| XYZ | 64.57 | 81 | 26.42 | - |
| YUV | 221.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 108 | 0.10 | 0 | 0.56 | 0.04 | 70.59 | 0.86 | 0.69 |
| Hex | DC | F4 | 6C | A | 0 | 38 | 4 | 47 | 56 | 45 |
| Octal | 334 | 364 | 154 | 12 | 0 | 70 | 4 | 107 | 126 | 105 |
| Binary | 11011100 | 11110100 | 1101100 | 1010 | 0 | 111000 | 100 | 1000111 | 1010110 | 1000101 |
Color Harmonies of #DCF46C
Complementary color
Monochromatic Colors of #DCF46C
Black with #DCF46C
Text Example
Text Example
White with #DCF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF46C; }
p { color: rgb(220,244,108); }
H1.HeaderClassName
{
color: #DCF46C;
}
.AnyTagClassName
{
color: #DCF46C;
}
</style>
background-color css
<style>
a { background-color: #DCF46C; }
a { background-color: rgb(220,244,108); }
div.DivClassName
{
background-color: #DCF46C;
}
.BgClassName
{
background-color: #DCF46C;
}
</style>
border-color css
<style>
span { border-color: #DCF46C; }
span { border-color: rgb(220,244,108); }
td.TdClassName
{
border-color: #DCF46C;
}
.TagClassName
{
border-color: #DCF46C;
}
</style>