Shades of Mindaro #DCFF79
Tints of Mindaro #DCFF79
RGB
CMYK
RGB Variations
Color information
#DCFF79 (or 0xDCFF79) is known color: Mindaro. HEX triplet: DC, FF and 79. RGB value is (220,255,121). Sum of RGB (Red+Green+Blue) = 220+255+121=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 121 (47.66% from 255 or 20.30% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF79 is #230086. Grayscale: #E5E5E5. Windows color (decimal): -2293895 or 7995356. OLE color: 7995356.
HSL color Cylindrical-coordinate representation of color #DCFF79: hue angle of 75.67º 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 #DCFF79 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 121 | - |
| CMYK | 0.14 | 0 | 0.53 | 0 |
| HSL | 75.67º | 1% | 0.74% | - |
| HSV(B) | 75.67º | 0.53% | 1% | - |
| XYZ | 68.73 | 88.12 | 31.48 | - |
| YUV | 229.26 | 66.9 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 121 | 0.14 | 0 | 0.53 | 0 | 75.67 | 1 | 0.74 |
| Hex | DC | FF | 79 | E | 0 | 35 | 0 | 4C | 64 | 4A |
| Octal | 334 | 377 | 171 | 16 | 0 | 65 | 0 | 114 | 144 | 112 |
| Binary | 11011100 | 11111111 | 1111001 | 1110 | 0 | 110101 | 0 | 1001100 | 1100100 | 1001010 |
Color Harmonies of #DCFF79
Complementary color
Monochromatic Colors of #DCFF79
Black with #DCFF79
Text Example
Text Example
White with #DCFF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF79; }
p { color: rgb(220,255,121); }
H1.HeaderClassName
{
color: #DCFF79;
}
.AnyTagClassName
{
color: #DCFF79;
}
</style>
background-color css
<style>
a { background-color: #DCFF79; }
a { background-color: rgb(220,255,121); }
div.DivClassName
{
background-color: #DCFF79;
}
.BgClassName
{
background-color: #DCFF79;
}
</style>
border-color css
<style>
span { border-color: #DCFF79; }
span { border-color: rgb(220,255,121); }
td.TdClassName
{
border-color: #DCFF79;
}
.TagClassName
{
border-color: #DCFF79;
}
</style>