Shades of Mindaro #DCFE78
Tints of Mindaro #DCFE78
RGB
CMYK
RGB Variations
Color information
#DCFE78 (or 0xDCFE78) is known color: Mindaro. HEX triplet: DC, FE and 78. RGB value is (220,254,120). Sum of RGB (Red+Green+Blue) = 220+254+120=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 120 (47.27% from 255 or 20.20% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE78 is #230187. Grayscale: #E5E5E5. Windows color (decimal): -2294152 or 7929564. OLE color: 7929564.
HSL color Cylindrical-coordinate representation of color #DCFE78: hue angle of 75.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFE78 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 120 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.00 |
| HSL | 75.22º | 0.99% | 0.73% | - |
| HSV(B) | 75.22º | 0.53% | 1% | - |
| XYZ | 68.35 | 87.46 | 31.05 | - |
| YUV | 228.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 120 | 0.13 | 0 | 0.53 | 0.00 | 75.22 | 0.99 | 0.73 |
| Hex | DC | FE | 78 | D | 0 | 35 | 0 | 4B | 63 | 49 |
| Octal | 334 | 376 | 170 | 15 | 0 | 65 | 0 | 113 | 143 | 111 |
| Binary | 11011100 | 11111110 | 1111000 | 1101 | 0 | 110101 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DCFE78
Complementary color
Monochromatic Colors of #DCFE78
Black with #DCFE78
Text Example
Text Example
White with #DCFE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE78; }
p { color: rgb(220,254,120); }
H1.HeaderClassName
{
color: #DCFE78;
}
.AnyTagClassName
{
color: #DCFE78;
}
</style>
background-color css
<style>
a { background-color: #DCFE78; }
a { background-color: rgb(220,254,120); }
div.DivClassName
{
background-color: #DCFE78;
}
.BgClassName
{
background-color: #DCFE78;
}
</style>
border-color css
<style>
span { border-color: #DCFE78; }
span { border-color: rgb(220,254,120); }
td.TdClassName
{
border-color: #DCFE78;
}
.TagClassName
{
border-color: #DCFE78;
}
</style>