Shades of Mindaro #DCF980
Tints of Mindaro #DCF980
RGB
CMYK
RGB Variations
Color information
#DCF980 (or 0xDCF980) is known color: Mindaro. HEX triplet: DC, F9 and 80. RGB value is (220,249,128). Sum of RGB (Red+Green+Blue) = 220+249+128=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 128 (50.39% from 255 or 21.44% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF980 is #23067F. Grayscale: #E2E2E2. Windows color (decimal): -2295424 or 8452572. OLE color: 8452572.
HSL color Cylindrical-coordinate representation of color #DCF980: hue angle of 74.38º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF980 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 128 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.02 |
| HSL | 74.38º | 0.91% | 0.74% | - |
| HSV(B) | 74.38º | 0.49% | 0.98% | - |
| XYZ | 67.29 | 84.53 | 33.19 | - |
| YUV | 226.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 128 | 0.12 | 0 | 0.49 | 0.02 | 74.38 | 0.91 | 0.74 |
| Hex | DC | F9 | 80 | C | 0 | 31 | 2 | 4A | 5B | 4A |
| Octal | 334 | 371 | 200 | 14 | 0 | 61 | 2 | 112 | 133 | 112 |
| Binary | 11011100 | 11111001 | 10000000 | 1100 | 0 | 110001 | 10 | 1001010 | 1011011 | 1001010 |
Color Harmonies of #DCF980
Complementary color
Monochromatic Colors of #DCF980
Black with #DCF980
Text Example
Text Example
White with #DCF980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF980; }
p { color: rgb(220,249,128); }
H1.HeaderClassName
{
color: #DCF980;
}
.AnyTagClassName
{
color: #DCF980;
}
</style>
background-color css
<style>
a { background-color: #DCF980; }
a { background-color: rgb(220,249,128); }
div.DivClassName
{
background-color: #DCF980;
}
.BgClassName
{
background-color: #DCF980;
}
</style>
border-color css
<style>
span { border-color: #DCF980; }
span { border-color: rgb(220,249,128); }
td.TdClassName
{
border-color: #DCF980;
}
.TagClassName
{
border-color: #DCF980;
}
</style>