Shades of Mindaro #DCFD78
Tints of Mindaro #DCFD78
RGB
CMYK
RGB Variations
Color information
#DCFD78 (or 0xDCFD78) is known color: Mindaro. HEX triplet: DC, FD and 78. RGB value is (220,253,120). Sum of RGB (Red+Green+Blue) = 220+253+120=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD78 is #230287. Grayscale: #E4E4E4. Windows color (decimal): -2294408 or 7929308. OLE color: 7929308.
HSL color Cylindrical-coordinate representation of color #DCFD78: hue angle of 74.89º 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 #DCFD78 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 120 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.01 |
| HSL | 74.89º | 0.97% | 0.73% | - |
| HSV(B) | 74.89º | 0.53% | 0.99% | - |
| XYZ | 68.03 | 86.82 | 30.94 | - |
| YUV | 227.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 120 | 0.13 | 0 | 0.53 | 0.01 | 74.89 | 0.97 | 0.73 |
| Hex | DC | FD | 78 | D | 0 | 35 | 1 | 4B | 61 | 49 |
| Octal | 334 | 375 | 170 | 15 | 0 | 65 | 1 | 113 | 141 | 111 |
| Binary | 11011100 | 11111101 | 1111000 | 1101 | 0 | 110101 | 1 | 1001011 | 1100001 | 1001001 |
Color Harmonies of #DCFD78
Complementary color
Monochromatic Colors of #DCFD78
Black with #DCFD78
Text Example
Text Example
White with #DCFD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD78; }
p { color: rgb(220,253,120); }
H1.HeaderClassName
{
color: #DCFD78;
}
.AnyTagClassName
{
color: #DCFD78;
}
</style>
background-color css
<style>
a { background-color: #DCFD78; }
a { background-color: rgb(220,253,120); }
div.DivClassName
{
background-color: #DCFD78;
}
.BgClassName
{
background-color: #DCFD78;
}
</style>
border-color css
<style>
span { border-color: #DCFD78; }
span { border-color: rgb(220,253,120); }
td.TdClassName
{
border-color: #DCFD78;
}
.TagClassName
{
border-color: #DCFD78;
}
</style>