Shades of Mindaro #DCFF78
Tints of Mindaro #DCFF78
RGB
CMYK
RGB Variations
Color information
#DCFF78 (or 0xDCFF78) is known color: Mindaro. HEX triplet: DC, FF and 78. RGB value is (220,255,120). Sum of RGB (Red+Green+Blue) = 220+255+120=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF78 is #230087. Grayscale: #E5E5E5. Windows color (decimal): -2293896 or 7929820. OLE color: 7929820.
HSL color Cylindrical-coordinate representation of color #DCFF78: hue angle of 75.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFF78 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 120 | - |
| CMYK | 0.14 | 0 | 0.53 | 0 |
| HSL | 75.56º | 1% | 0.74% | - |
| HSV(B) | 75.56º | 0.53% | 1% | - |
| XYZ | 68.67 | 88.09 | 31.15 | - |
| YUV | 229.15 | 66.4 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 120 | 0.14 | 0 | 0.53 | 0 | 75.56 | 1 | 0.74 |
| Hex | DC | FF | 78 | E | 0 | 35 | 0 | 4C | 64 | 4A |
| Octal | 334 | 377 | 170 | 16 | 0 | 65 | 0 | 114 | 144 | 112 |
| Binary | 11011100 | 11111111 | 1111000 | 1110 | 0 | 110101 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DCFF78
Complementary color
Monochromatic Colors of #DCFF78
Black with #DCFF78
Text Example
Text Example
White with #DCFF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF78; }
p { color: rgb(220,255,120); }
H1.HeaderClassName
{
color: #DCFF78;
}
.AnyTagClassName
{
color: #DCFF78;
}
</style>
background-color css
<style>
a { background-color: #DCFF78; }
a { background-color: rgb(220,255,120); }
div.DivClassName
{
background-color: #DCFF78;
}
.BgClassName
{
background-color: #DCFF78;
}
</style>
border-color css
<style>
span { border-color: #DCFF78; }
span { border-color: rgb(220,255,120); }
td.TdClassName
{
border-color: #DCFF78;
}
.TagClassName
{
border-color: #DCFF78;
}
</style>