Shades of Mindaro #DCFC76
Tints of Mindaro #DCFC76
RGB
CMYK
RGB Variations
Color information
#DCFC76 (or 0xDCFC76) is known color: Mindaro. HEX triplet: DC, FC and 76. RGB value is (220,252,118). Sum of RGB (Red+Green+Blue) = 220+252+118=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC76 is #230389. Grayscale: #E3E3E3. Windows color (decimal): -2294666 or 7797980. OLE color: 7797980.
HSL color Cylindrical-coordinate representation of color #DCFC76: hue angle of 74.33º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFC76 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 118 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.01 |
| HSL | 74.33º | 0.96% | 0.73% | - |
| HSV(B) | 74.33º | 0.53% | 0.99% | - |
| XYZ | 67.6 | 86.14 | 30.2 | - |
| YUV | 227.16 | 66.4 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 118 | 0.13 | 0 | 0.53 | 0.01 | 74.33 | 0.96 | 0.73 |
| Hex | DC | FC | 76 | D | 0 | 35 | 1 | 4A | 60 | 49 |
| Octal | 334 | 374 | 166 | 15 | 0 | 65 | 1 | 112 | 140 | 111 |
| Binary | 11011100 | 11111100 | 1110110 | 1101 | 0 | 110101 | 1 | 1001010 | 1100000 | 1001001 |
Color Harmonies of #DCFC76
Complementary color
Monochromatic Colors of #DCFC76
Black with #DCFC76
Text Example
Text Example
White with #DCFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC76; }
p { color: rgb(220,252,118); }
H1.HeaderClassName
{
color: #DCFC76;
}
.AnyTagClassName
{
color: #DCFC76;
}
</style>
background-color css
<style>
a { background-color: #DCFC76; }
a { background-color: rgb(220,252,118); }
div.DivClassName
{
background-color: #DCFC76;
}
.BgClassName
{
background-color: #DCFC76;
}
</style>
border-color css
<style>
span { border-color: #DCFC76; }
span { border-color: rgb(220,252,118); }
td.TdClassName
{
border-color: #DCFC76;
}
.TagClassName
{
border-color: #DCFC76;
}
</style>