Shades of Mindaro #DCF785
Tints of Mindaro #DCF785
RGB
CMYK
RGB Variations
Color information
#DCF785 (or 0xDCF785) is known color: Mindaro. HEX triplet: DC, F7 and 85. RGB value is (220,247,133). Sum of RGB (Red+Green+Blue) = 220+247+133=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 133 (52.34% from 255 or 22.17% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF785 is #23087A. Grayscale: #E2E2E2. Windows color (decimal): -2295931 or 8779740. OLE color: 8779740.
HSL color Cylindrical-coordinate representation of color #DCF785: hue angle of 74.21º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCF785 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 133 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.03 |
| HSL | 74.21º | 0.88% | 0.75% | - |
| HSV(B) | 74.21º | 0.46% | 0.97% | - |
| XYZ | 67.01 | 83.43 | 34.76 | - |
| YUV | 225.93 | 75.55 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 133 | 0.11 | 0 | 0.46 | 0.03 | 74.21 | 0.88 | 0.75 |
| Hex | DC | F7 | 85 | B | 0 | 2E | 3 | 4A | 58 | 4B |
| Octal | 334 | 367 | 205 | 13 | 0 | 56 | 3 | 112 | 130 | 113 |
| Binary | 11011100 | 11110111 | 10000101 | 1011 | 0 | 101110 | 11 | 1001010 | 1011000 | 1001011 |
Color Harmonies of #DCF785
Complementary color
Monochromatic Colors of #DCF785
Black with #DCF785
Text Example
Text Example
White with #DCF785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF785; }
p { color: rgb(220,247,133); }
H1.HeaderClassName
{
color: #DCF785;
}
.AnyTagClassName
{
color: #DCF785;
}
</style>
background-color css
<style>
a { background-color: #DCF785; }
a { background-color: rgb(220,247,133); }
div.DivClassName
{
background-color: #DCF785;
}
.BgClassName
{
background-color: #DCF785;
}
</style>
border-color css
<style>
span { border-color: #DCF785; }
span { border-color: rgb(220,247,133); }
td.TdClassName
{
border-color: #DCF785;
}
.TagClassName
{
border-color: #DCF785;
}
</style>