Shades of Mindaro #DCFA60
Tints of Mindaro #DCFA60
RGB
CMYK
RGB Variations
Color information
#DCFA60 (or 0xDCFA60) is known color: Mindaro. HEX triplet: DC, FA and 60. RGB value is (220,250,96). Sum of RGB (Red+Green+Blue) = 220+250+96=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 96 (37.89% from 255 or 16.96% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA60 is #23059F. Grayscale: #E0E0E0. Windows color (decimal): -2295200 or 6355676. OLE color: 6355676.
HSL color Cylindrical-coordinate representation of color #DCFA60: hue angle of 71.69º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFA60 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 96 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.02 |
| HSL | 71.69º | 0.94% | 0.68% | - |
| HSV(B) | 71.69º | 0.62% | 0.98% | - |
| XYZ | 65.81 | 84.43 | 23.89 | - |
| YUV | 223.47 | 56.06 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 96 | 0.12 | 0 | 0.62 | 0.02 | 71.69 | 0.94 | 0.68 |
| Hex | DC | FA | 60 | C | 0 | 3E | 2 | 48 | 5E | 44 |
| Octal | 334 | 372 | 140 | 14 | 0 | 76 | 2 | 110 | 136 | 104 |
| Binary | 11011100 | 11111010 | 1100000 | 1100 | 0 | 111110 | 10 | 1001000 | 1011110 | 1000100 |
Color Harmonies of #DCFA60
Complementary color
Monochromatic Colors of #DCFA60
Black with #DCFA60
Text Example
Text Example
White with #DCFA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA60; }
p { color: rgb(220,250,96); }
H1.HeaderClassName
{
color: #DCFA60;
}
.AnyTagClassName
{
color: #DCFA60;
}
</style>
background-color css
<style>
a { background-color: #DCFA60; }
a { background-color: rgb(220,250,96); }
div.DivClassName
{
background-color: #DCFA60;
}
.BgClassName
{
background-color: #DCFA60;
}
</style>
border-color css
<style>
span { border-color: #DCFA60; }
span { border-color: rgb(220,250,96); }
td.TdClassName
{
border-color: #DCFA60;
}
.TagClassName
{
border-color: #DCFA60;
}
</style>