Shades of Mindaro #DCF476
Tints of Mindaro #DCF476
RGB
CMYK
RGB Variations
Color information
#DCF476 (or 0xDCF476) is known color: Mindaro. HEX triplet: DC, F4 and 76. RGB value is (220,244,118). Sum of RGB (Red+Green+Blue) = 220+244+118=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF476 is #230B89. Grayscale: #DEDEDE. Windows color (decimal): -2296714 or 7795932. OLE color: 7795932.
HSL color Cylindrical-coordinate representation of color #DCF476: hue angle of 71.43º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF476 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 118 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.04 |
| HSL | 71.43º | 0.85% | 0.71% | - |
| HSV(B) | 71.43º | 0.52% | 0.96% | - |
| XYZ | 65.14 | 81.23 | 29.38 | - |
| YUV | 222.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 118 | 0.10 | 0 | 0.52 | 0.04 | 71.43 | 0.85 | 0.71 |
| Hex | DC | F4 | 76 | A | 0 | 34 | 4 | 47 | 55 | 47 |
| Octal | 334 | 364 | 166 | 12 | 0 | 64 | 4 | 107 | 125 | 107 |
| Binary | 11011100 | 11110100 | 1110110 | 1010 | 0 | 110100 | 100 | 1000111 | 1010101 | 1000111 |
Color Harmonies of #DCF476
Complementary color
Monochromatic Colors of #DCF476
Black with #DCF476
Text Example
Text Example
White with #DCF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF476; }
p { color: rgb(220,244,118); }
H1.HeaderClassName
{
color: #DCF476;
}
.AnyTagClassName
{
color: #DCF476;
}
</style>
background-color css
<style>
a { background-color: #DCF476; }
a { background-color: rgb(220,244,118); }
div.DivClassName
{
background-color: #DCF476;
}
.BgClassName
{
background-color: #DCF476;
}
</style>
border-color css
<style>
span { border-color: #DCF476; }
span { border-color: rgb(220,244,118); }
td.TdClassName
{
border-color: #DCF476;
}
.TagClassName
{
border-color: #DCF476;
}
</style>