Shades of Mindaro #DCF77D
Tints of Mindaro #DCF77D
RGB
CMYK
RGB Variations
Color information
#DCF77D (or 0xDCF77D) is known color: Mindaro. HEX triplet: DC, F7 and 7D. RGB value is (220,247,125). Sum of RGB (Red+Green+Blue) = 220+247+125=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF77D is #230882. Grayscale: #E1E1E1. Windows color (decimal): -2295939 or 8255452. OLE color: 8255452.
HSL color Cylindrical-coordinate representation of color #DCF77D: hue angle of 73.28º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCF77D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 125 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 73.28º | 0.88% | 0.73% | - |
| HSV(B) | 73.28º | 0.49% | 0.97% | - |
| XYZ | 66.48 | 83.22 | 31.96 | - |
| YUV | 225.02 | 71.55 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 125 | 0.11 | 0 | 0.49 | 0.03 | 73.28 | 0.88 | 0.73 |
| Hex | DC | F7 | 7D | B | 0 | 31 | 3 | 49 | 58 | 49 |
| Octal | 334 | 367 | 175 | 13 | 0 | 61 | 3 | 111 | 130 | 111 |
| Binary | 11011100 | 11110111 | 1111101 | 1011 | 0 | 110001 | 11 | 1001001 | 1011000 | 1001001 |
Color Harmonies of #DCF77D
Complementary color
Monochromatic Colors of #DCF77D
Black with #DCF77D
Text Example
Text Example
White with #DCF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF77D; }
p { color: rgb(220,247,125); }
H1.HeaderClassName
{
color: #DCF77D;
}
.AnyTagClassName
{
color: #DCF77D;
}
</style>
background-color css
<style>
a { background-color: #DCF77D; }
a { background-color: rgb(220,247,125); }
div.DivClassName
{
background-color: #DCF77D;
}
.BgClassName
{
background-color: #DCF77D;
}
</style>
border-color css
<style>
span { border-color: #DCF77D; }
span { border-color: rgb(220,247,125); }
td.TdClassName
{
border-color: #DCF77D;
}
.TagClassName
{
border-color: #DCF77D;
}
</style>