Shades of Mindaro #DCFA77
Tints of Mindaro #DCFA77
RGB
CMYK
RGB Variations
Color information
#DCFA77 (or 0xDCFA77) is known color: Mindaro. HEX triplet: DC, FA and 77. RGB value is (220,250,119). Sum of RGB (Red+Green+Blue) = 220+250+119=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 119 (46.88% from 255 or 20.20% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA77 is #230588. Grayscale: #E2E2E2. Windows color (decimal): -2295177 or 7863004. OLE color: 7863004.
HSL color Cylindrical-coordinate representation of color #DCFA77: hue angle of 73.74º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCFA77 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 119 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.02 |
| HSL | 73.74º | 0.93% | 0.72% | - |
| HSV(B) | 73.74º | 0.52% | 0.98% | - |
| XYZ | 67.03 | 84.92 | 30.31 | - |
| YUV | 226.1 | 67.56 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 119 | 0.12 | 0 | 0.52 | 0.02 | 73.74 | 0.93 | 0.72 |
| Hex | DC | FA | 77 | C | 0 | 34 | 2 | 4A | 5D | 48 |
| Octal | 334 | 372 | 167 | 14 | 0 | 64 | 2 | 112 | 135 | 110 |
| Binary | 11011100 | 11111010 | 1110111 | 1100 | 0 | 110100 | 10 | 1001010 | 1011101 | 1001000 |
Color Harmonies of #DCFA77
Complementary color
Monochromatic Colors of #DCFA77
Black with #DCFA77
Text Example
Text Example
White with #DCFA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA77; }
p { color: rgb(220,250,119); }
H1.HeaderClassName
{
color: #DCFA77;
}
.AnyTagClassName
{
color: #DCFA77;
}
</style>
background-color css
<style>
a { background-color: #DCFA77; }
a { background-color: rgb(220,250,119); }
div.DivClassName
{
background-color: #DCFA77;
}
.BgClassName
{
background-color: #DCFA77;
}
</style>
border-color css
<style>
span { border-color: #DCFA77; }
span { border-color: rgb(220,250,119); }
td.TdClassName
{
border-color: #DCFA77;
}
.TagClassName
{
border-color: #DCFA77;
}
</style>