Shades of Mindaro #DCF87C
Tints of Mindaro #DCF87C
RGB
CMYK
RGB Variations
Color information
#DCF87C (or 0xDCF87C) is known color: Mindaro. HEX triplet: DC, F8 and 7C. RGB value is (220,248,124). Sum of RGB (Red+Green+Blue) = 220+248+124=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF87C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF87C is #230783. Grayscale: #E1E1E1. Windows color (decimal): -2295684 or 8190172. OLE color: 8190172.
HSL color Cylindrical-coordinate representation of color #DCF87C: hue angle of 73.55º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCF87C is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 124 | - |
| CMYK | 0.11 | 0 | 0.5 | 0.03 |
| HSL | 73.55º | 0.9% | 0.73% | - |
| HSV(B) | 73.55º | 0.5% | 0.97% | - |
| XYZ | 66.72 | 83.81 | 31.73 | - |
| YUV | 225.49 | 70.72 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 124 | 0.11 | 0 | 0.5 | 0.03 | 73.55 | 0.9 | 0.73 |
| Hex | DC | F8 | 7C | B | 0 | 32 | 3 | 4A | 5A | 49 |
| Octal | 334 | 370 | 174 | 13 | 0 | 62 | 3 | 112 | 132 | 111 |
| Binary | 11011100 | 11111000 | 1111100 | 1011 | 0 | 110010 | 11 | 1001010 | 1011010 | 1001001 |
Color Harmonies of #DCF87C
Complementary color
Monochromatic Colors of #DCF87C
Black with #DCF87C
Text Example
Text Example
White with #DCF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF87C; }
p { color: rgb(220,248,124); }
H1.HeaderClassName
{
color: #DCF87C;
}
.AnyTagClassName
{
color: #DCF87C;
}
</style>
background-color css
<style>
a { background-color: #DCF87C; }
a { background-color: rgb(220,248,124); }
div.DivClassName
{
background-color: #DCF87C;
}
.BgClassName
{
background-color: #DCF87C;
}
</style>
border-color css
<style>
span { border-color: #DCF87C; }
span { border-color: rgb(220,248,124); }
td.TdClassName
{
border-color: #DCF87C;
}
.TagClassName
{
border-color: #DCF87C;
}
</style>