Shades of Mindaro #DCFD77
Tints of Mindaro #DCFD77
RGB
CMYK
RGB Variations
Color information
#DCFD77 (or 0xDCFD77) is known color: Mindaro. HEX triplet: DC, FD and 77. RGB value is (220,253,119). Sum of RGB (Red+Green+Blue) = 220+253+119=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD77 is #230288. Grayscale: #E4E4E4. Windows color (decimal): -2294409 or 7863772. OLE color: 7863772.
HSL color Cylindrical-coordinate representation of color #DCFD77: hue angle of 74.78º degrees, saturation: 0.97, 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 #DCFD77 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 119 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.01 |
| HSL | 74.78º | 0.97% | 0.73% | - |
| HSV(B) | 74.78º | 0.53% | 0.99% | - |
| XYZ | 67.97 | 86.8 | 30.62 | - |
| YUV | 227.86 | 66.57 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 119 | 0.13 | 0 | 0.53 | 0.01 | 74.78 | 0.97 | 0.73 |
| Hex | DC | FD | 77 | D | 0 | 35 | 1 | 4B | 61 | 49 |
| Octal | 334 | 375 | 167 | 15 | 0 | 65 | 1 | 113 | 141 | 111 |
| Binary | 11011100 | 11111101 | 1110111 | 1101 | 0 | 110101 | 1 | 1001011 | 1100001 | 1001001 |
Color Harmonies of #DCFD77
Complementary color
Monochromatic Colors of #DCFD77
Black with #DCFD77
Text Example
Text Example
White with #DCFD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD77; }
p { color: rgb(220,253,119); }
H1.HeaderClassName
{
color: #DCFD77;
}
.AnyTagClassName
{
color: #DCFD77;
}
</style>
background-color css
<style>
a { background-color: #DCFD77; }
a { background-color: rgb(220,253,119); }
div.DivClassName
{
background-color: #DCFD77;
}
.BgClassName
{
background-color: #DCFD77;
}
</style>
border-color css
<style>
span { border-color: #DCFD77; }
span { border-color: rgb(220,253,119); }
td.TdClassName
{
border-color: #DCFD77;
}
.TagClassName
{
border-color: #DCFD77;
}
</style>