Shades of Mindaro #DCF87A
Tints of Mindaro #DCF87A
RGB
CMYK
RGB Variations
Color information
#DCF87A (or 0xDCF87A) is known color: Mindaro. HEX triplet: DC, F8 and 7A. RGB value is (220,248,122). Sum of RGB (Red+Green+Blue) = 220+248+122=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF87A is #230785. Grayscale: #E1E1E1. Windows color (decimal): -2295686 or 8059100. OLE color: 8059100.
HSL color Cylindrical-coordinate representation of color #DCF87A: hue angle of 73.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF87A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 73.33º | 0.9% | 0.73% | - |
| HSV(B) | 73.33º | 0.51% | 0.97% | - |
| XYZ | 66.6 | 83.76 | 31.07 | - |
| YUV | 225.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 122 | 0.11 | 0 | 0.51 | 0.03 | 73.33 | 0.9 | 0.73 |
| Hex | DC | F8 | 7A | B | 0 | 33 | 3 | 49 | 5A | 49 |
| Octal | 334 | 370 | 172 | 13 | 0 | 63 | 3 | 111 | 132 | 111 |
| Binary | 11011100 | 11111000 | 1111010 | 1011 | 0 | 110011 | 11 | 1001001 | 1011010 | 1001001 |
Color Harmonies of #DCF87A
Complementary color
Monochromatic Colors of #DCF87A
Black with #DCF87A
Text Example
Text Example
White with #DCF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF87A; }
p { color: rgb(220,248,122); }
H1.HeaderClassName
{
color: #DCF87A;
}
.AnyTagClassName
{
color: #DCF87A;
}
</style>
background-color css
<style>
a { background-color: #DCF87A; }
a { background-color: rgb(220,248,122); }
div.DivClassName
{
background-color: #DCF87A;
}
.BgClassName
{
background-color: #DCF87A;
}
</style>
border-color css
<style>
span { border-color: #DCF87A; }
span { border-color: rgb(220,248,122); }
td.TdClassName
{
border-color: #DCF87A;
}
.TagClassName
{
border-color: #DCF87A;
}
</style>