Shades of Mindaro #DCFC77
Tints of Mindaro #DCFC77
RGB
CMYK
RGB Variations
Color information
#DCFC77 (or 0xDCFC77) is known color: Mindaro. HEX triplet: DC, FC and 77. RGB value is (220,252,119). Sum of RGB (Red+Green+Blue) = 220+252+119=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC77 is #230388. Grayscale: #E3E3E3. Windows color (decimal): -2294665 or 7863516. OLE color: 7863516.
HSL color Cylindrical-coordinate representation of color #DCFC77: hue angle of 74.44º 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 #DCFC77 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 119 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.01 |
| HSL | 74.44º | 0.96% | 0.73% | - |
| HSV(B) | 74.44º | 0.53% | 0.99% | - |
| XYZ | 67.66 | 86.17 | 30.52 | - |
| YUV | 227.27 | 66.9 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 119 | 0.13 | 0 | 0.53 | 0.01 | 74.44 | 0.96 | 0.73 |
| Hex | DC | FC | 77 | D | 0 | 35 | 1 | 4A | 60 | 49 |
| Octal | 334 | 374 | 167 | 15 | 0 | 65 | 1 | 112 | 140 | 111 |
| Binary | 11011100 | 11111100 | 1110111 | 1101 | 0 | 110101 | 1 | 1001010 | 1100000 | 1001001 |
Color Harmonies of #DCFC77
Complementary color
Monochromatic Colors of #DCFC77
Black with #DCFC77
Text Example
Text Example
White with #DCFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC77; }
p { color: rgb(220,252,119); }
H1.HeaderClassName
{
color: #DCFC77;
}
.AnyTagClassName
{
color: #DCFC77;
}
</style>
background-color css
<style>
a { background-color: #DCFC77; }
a { background-color: rgb(220,252,119); }
div.DivClassName
{
background-color: #DCFC77;
}
.BgClassName
{
background-color: #DCFC77;
}
</style>
border-color css
<style>
span { border-color: #DCFC77; }
span { border-color: rgb(220,252,119); }
td.TdClassName
{
border-color: #DCFC77;
}
.TagClassName
{
border-color: #DCFC77;
}
</style>