Shades of Mindaro #DCF975
Tints of Mindaro #DCF975
RGB
CMYK
RGB Variations
Color information
#DCF975 (or 0xDCF975) is known color: Mindaro. HEX triplet: DC, F9 and 75. RGB value is (220,249,117). Sum of RGB (Red+Green+Blue) = 220+249+117=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 249 (97.66% from 255 or 42.49% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF975 is #23068A. Grayscale: #E1E1E1. Windows color (decimal): -2295435 or 7731676. OLE color: 7731676.
HSL color Cylindrical-coordinate representation of color #DCF975: hue angle of 73.18º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF975 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 117 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.02 |
| HSL | 73.18º | 0.92% | 0.72% | - |
| HSV(B) | 73.18º | 0.53% | 0.98% | - |
| XYZ | 66.6 | 84.25 | 29.58 | - |
| YUV | 225.28 | 66.89 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 117 | 0.12 | 0 | 0.53 | 0.02 | 73.18 | 0.92 | 0.72 |
| Hex | DC | F9 | 75 | C | 0 | 35 | 2 | 49 | 5C | 48 |
| Octal | 334 | 371 | 165 | 14 | 0 | 65 | 2 | 111 | 134 | 110 |
| Binary | 11011100 | 11111001 | 1110101 | 1100 | 0 | 110101 | 10 | 1001001 | 1011100 | 1001000 |
Color Harmonies of #DCF975
Complementary color
Monochromatic Colors of #DCF975
Black with #DCF975
Text Example
Text Example
White with #DCF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF975; }
p { color: rgb(220,249,117); }
H1.HeaderClassName
{
color: #DCF975;
}
.AnyTagClassName
{
color: #DCF975;
}
</style>
background-color css
<style>
a { background-color: #DCF975; }
a { background-color: rgb(220,249,117); }
div.DivClassName
{
background-color: #DCF975;
}
.BgClassName
{
background-color: #DCF975;
}
</style>
border-color css
<style>
span { border-color: #DCF975; }
span { border-color: rgb(220,249,117); }
td.TdClassName
{
border-color: #DCF975;
}
.TagClassName
{
border-color: #DCF975;
}
</style>