Shades of Mindaro #DCF96F
Tints of Mindaro #DCF96F
RGB
CMYK
RGB Variations
Color information
#DCF96F (or 0xDCF96F) is known color: Mindaro. HEX triplet: DC, F9 and 6F. RGB value is (220,249,111). Sum of RGB (Red+Green+Blue) = 220+249+111=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF96F is #230690. Grayscale: #E1E1E1. Windows color (decimal): -2295441 or 7338460. OLE color: 7338460.
HSL color Cylindrical-coordinate representation of color #DCF96F: hue angle of 72.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF96F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 111 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.02 |
| HSL | 72.61º | 0.92% | 0.71% | - |
| HSV(B) | 72.61º | 0.55% | 0.98% | - |
| XYZ | 66.26 | 84.11 | 27.78 | - |
| YUV | 224.6 | 63.89 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 111 | 0.12 | 0 | 0.55 | 0.02 | 72.61 | 0.92 | 0.71 |
| Hex | DC | F9 | 6F | C | 0 | 37 | 2 | 49 | 5C | 47 |
| Octal | 334 | 371 | 157 | 14 | 0 | 67 | 2 | 111 | 134 | 107 |
| Binary | 11011100 | 11111001 | 1101111 | 1100 | 0 | 110111 | 10 | 1001001 | 1011100 | 1000111 |
Color Harmonies of #DCF96F
Complementary color
Monochromatic Colors of #DCF96F
Black with #DCF96F
Text Example
Text Example
White with #DCF96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF96F; }
p { color: rgb(220,249,111); }
H1.HeaderClassName
{
color: #DCF96F;
}
.AnyTagClassName
{
color: #DCF96F;
}
</style>
background-color css
<style>
a { background-color: #DCF96F; }
a { background-color: rgb(220,249,111); }
div.DivClassName
{
background-color: #DCF96F;
}
.BgClassName
{
background-color: #DCF96F;
}
</style>
border-color css
<style>
span { border-color: #DCF96F; }
span { border-color: rgb(220,249,111); }
td.TdClassName
{
border-color: #DCF96F;
}
.TagClassName
{
border-color: #DCF96F;
}
</style>