Shades of Mindaro #DCFF77
Tints of Mindaro #DCFF77
RGB
CMYK
RGB Variations
Color information
#DCFF77 (or 0xDCFF77) is known color: Mindaro. HEX triplet: DC, FF and 77. RGB value is (220,255,119). Sum of RGB (Red+Green+Blue) = 220+255+119=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF77 is #230088. Grayscale: #E5E5E5. Windows color (decimal): -2293897 or 7864284. OLE color: 7864284.
HSL color Cylindrical-coordinate representation of color #DCFF77: hue angle of 75.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCFF77 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 119 | - |
| CMYK | 0.14 | 0 | 0.53 | 0 |
| HSL | 75.44º | 1% | 0.73% | - |
| HSV(B) | 75.44º | 0.53% | 1% | - |
| XYZ | 68.6 | 88.07 | 30.84 | - |
| YUV | 229.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 119 | 0.14 | 0 | 0.53 | 0 | 75.44 | 1 | 0.73 |
| Hex | DC | FF | 77 | E | 0 | 35 | 0 | 4B | 64 | 49 |
| Octal | 334 | 377 | 167 | 16 | 0 | 65 | 0 | 113 | 144 | 111 |
| Binary | 11011100 | 11111111 | 1110111 | 1110 | 0 | 110101 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DCFF77
Complementary color
Monochromatic Colors of #DCFF77
Black with #DCFF77
Text Example
Text Example
White with #DCFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF77; }
p { color: rgb(220,255,119); }
H1.HeaderClassName
{
color: #DCFF77;
}
.AnyTagClassName
{
color: #DCFF77;
}
</style>
background-color css
<style>
a { background-color: #DCFF77; }
a { background-color: rgb(220,255,119); }
div.DivClassName
{
background-color: #DCFF77;
}
.BgClassName
{
background-color: #DCFF77;
}
</style>
border-color css
<style>
span { border-color: #DCFF77; }
span { border-color: rgb(220,255,119); }
td.TdClassName
{
border-color: #DCFF77;
}
.TagClassName
{
border-color: #DCFF77;
}
</style>