Shades of Mindaro #DCF871
Tints of Mindaro #DCF871
RGB
CMYK
RGB Variations
Color information
#DCF871 (or 0xDCF871) is known color: Mindaro. HEX triplet: DC, F8 and 71. RGB value is (220,248,113). Sum of RGB (Red+Green+Blue) = 220+248+113=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 113 (44.53% from 255 or 19.45% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF871 is #23078E. Grayscale: #E0E0E0. Windows color (decimal): -2295695 or 7469276. OLE color: 7469276.
HSL color Cylindrical-coordinate representation of color #DCF871: hue angle of 72.44º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCF871 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 113 | - |
| CMYK | 0.11 | 0 | 0.54 | 0.03 |
| HSL | 72.44º | 0.91% | 0.71% | - |
| HSV(B) | 72.44º | 0.54% | 0.97% | - |
| XYZ | 66.06 | 83.54 | 28.27 | - |
| YUV | 224.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 113 | 0.11 | 0 | 0.54 | 0.03 | 72.44 | 0.91 | 0.71 |
| Hex | DC | F8 | 71 | B | 0 | 36 | 3 | 48 | 5B | 47 |
| Octal | 334 | 370 | 161 | 13 | 0 | 66 | 3 | 110 | 133 | 107 |
| Binary | 11011100 | 11111000 | 1110001 | 1011 | 0 | 110110 | 11 | 1001000 | 1011011 | 1000111 |
Color Harmonies of #DCF871
Complementary color
Monochromatic Colors of #DCF871
Black with #DCF871
Text Example
Text Example
White with #DCF871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF871; }
p { color: rgb(220,248,113); }
H1.HeaderClassName
{
color: #DCF871;
}
.AnyTagClassName
{
color: #DCF871;
}
</style>
background-color css
<style>
a { background-color: #DCF871; }
a { background-color: rgb(220,248,113); }
div.DivClassName
{
background-color: #DCF871;
}
.BgClassName
{
background-color: #DCF871;
}
</style>
border-color css
<style>
span { border-color: #DCF871; }
span { border-color: rgb(220,248,113); }
td.TdClassName
{
border-color: #DCF871;
}
.TagClassName
{
border-color: #DCF871;
}
</style>