Shades of Mindaro #DCF979
Tints of Mindaro #DCF979
RGB
CMYK
RGB Variations
Color information
#DCF979 (or 0xDCF979) is known color: Mindaro. HEX triplet: DC, F9 and 79. RGB value is (220,249,121). Sum of RGB (Red+Green+Blue) = 220+249+121=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 249 (97.66% from 255 or 42.20% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF979 is #230686. Grayscale: #E2E2E2. Windows color (decimal): -2295431 or 7993820. OLE color: 7993820.
HSL color Cylindrical-coordinate representation of color #DCF979: hue angle of 73.59º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF979 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 121 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.02 |
| HSL | 73.59º | 0.91% | 0.73% | - |
| HSV(B) | 73.59º | 0.51% | 0.98% | - |
| XYZ | 66.84 | 84.35 | 30.85 | - |
| YUV | 225.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 121 | 0.12 | 0 | 0.51 | 0.02 | 73.59 | 0.91 | 0.73 |
| Hex | DC | F9 | 79 | C | 0 | 33 | 2 | 4A | 5B | 49 |
| Octal | 334 | 371 | 171 | 14 | 0 | 63 | 2 | 112 | 133 | 111 |
| Binary | 11011100 | 11111001 | 1111001 | 1100 | 0 | 110011 | 10 | 1001010 | 1011011 | 1001001 |
Color Harmonies of #DCF979
Complementary color
Monochromatic Colors of #DCF979
Black with #DCF979
Text Example
Text Example
White with #DCF979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF979; }
p { color: rgb(220,249,121); }
H1.HeaderClassName
{
color: #DCF979;
}
.AnyTagClassName
{
color: #DCF979;
}
</style>
background-color css
<style>
a { background-color: #DCF979; }
a { background-color: rgb(220,249,121); }
div.DivClassName
{
background-color: #DCF979;
}
.BgClassName
{
background-color: #DCF979;
}
</style>
border-color css
<style>
span { border-color: #DCF979; }
span { border-color: rgb(220,249,121); }
td.TdClassName
{
border-color: #DCF979;
}
.TagClassName
{
border-color: #DCF979;
}
</style>