Shades of Mindaro #DCF76F
Tints of Mindaro #DCF76F
RGB
CMYK
RGB Variations
Color information
#DCF76F (or 0xDCF76F) is known color: Mindaro. HEX triplet: DC, F7 and 6F. RGB value is (220,247,111). Sum of RGB (Red+Green+Blue) = 220+247+111=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF76F is #230890. Grayscale: #DFDFDF. Windows color (decimal): -2295953 or 7337948. OLE color: 7337948.
HSL color Cylindrical-coordinate representation of color #DCF76F: hue angle of 71.91º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF76F is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 111 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.03 |
| HSL | 71.91º | 0.89% | 0.7% | - |
| HSV(B) | 71.91º | 0.55% | 0.97% | - |
| XYZ | 65.65 | 82.88 | 27.58 | - |
| YUV | 223.42 | 64.55 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 111 | 0.11 | 0 | 0.55 | 0.03 | 71.91 | 0.89 | 0.7 |
| Hex | DC | F7 | 6F | B | 0 | 37 | 3 | 48 | 59 | 46 |
| Octal | 334 | 367 | 157 | 13 | 0 | 67 | 3 | 110 | 131 | 106 |
| Binary | 11011100 | 11110111 | 1101111 | 1011 | 0 | 110111 | 11 | 1001000 | 1011001 | 1000110 |
Color Harmonies of #DCF76F
Complementary color
Monochromatic Colors of #DCF76F
Black with #DCF76F
Text Example
Text Example
White with #DCF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF76F; }
p { color: rgb(220,247,111); }
H1.HeaderClassName
{
color: #DCF76F;
}
.AnyTagClassName
{
color: #DCF76F;
}
</style>
background-color css
<style>
a { background-color: #DCF76F; }
a { background-color: rgb(220,247,111); }
div.DivClassName
{
background-color: #DCF76F;
}
.BgClassName
{
background-color: #DCF76F;
}
</style>
border-color css
<style>
span { border-color: #DCF76F; }
span { border-color: rgb(220,247,111); }
td.TdClassName
{
border-color: #DCF76F;
}
.TagClassName
{
border-color: #DCF76F;
}
</style>