Shades of Mindaro #DCF880
Tints of Mindaro #DCF880
RGB
CMYK
RGB Variations
Color information
#DCF880 (or 0xDCF880) is known color: Mindaro. HEX triplet: DC, F8 and 80. RGB value is (220,248,128). Sum of RGB (Red+Green+Blue) = 220+248+128=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 248 (97.27% from 255 or 41.61% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF880 is #23077F. Grayscale: #E2E2E2. Windows color (decimal): -2295680 or 8452316. OLE color: 8452316.
HSL color Cylindrical-coordinate representation of color #DCF880: hue angle of 74º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCF880 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 128 | - |
| CMYK | 0.11 | 0 | 0.48 | 0.03 |
| HSL | 74º | 0.9% | 0.74% | - |
| HSV(B) | 74º | 0.48% | 0.97% | - |
| XYZ | 66.98 | 83.91 | 33.09 | - |
| YUV | 225.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 128 | 0.11 | 0 | 0.48 | 0.03 | 74 | 0.9 | 0.74 |
| Hex | DC | F8 | 80 | B | 0 | 30 | 3 | 4A | 5A | 4A |
| Octal | 334 | 370 | 200 | 13 | 0 | 60 | 3 | 112 | 132 | 112 |
| Binary | 11011100 | 11111000 | 10000000 | 1011 | 0 | 110000 | 11 | 1001010 | 1011010 | 1001010 |
Color Harmonies of #DCF880
Complementary color
Monochromatic Colors of #DCF880
Black with #DCF880
Text Example
Text Example
White with #DCF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF880; }
p { color: rgb(220,248,128); }
H1.HeaderClassName
{
color: #DCF880;
}
.AnyTagClassName
{
color: #DCF880;
}
</style>
background-color css
<style>
a { background-color: #DCF880; }
a { background-color: rgb(220,248,128); }
div.DivClassName
{
background-color: #DCF880;
}
.BgClassName
{
background-color: #DCF880;
}
</style>
border-color css
<style>
span { border-color: #DCF880; }
span { border-color: rgb(220,248,128); }
td.TdClassName
{
border-color: #DCF880;
}
.TagClassName
{
border-color: #DCF880;
}
</style>