Shades of Mindaro #DCFA5D
Tints of Mindaro #DCFA5D
RGB
CMYK
RGB Variations
Color information
#DCFA5D (or 0xDCFA5D) is known color: Mindaro. HEX triplet: DC, FA and 5D. RGB value is (220,250,93). Sum of RGB (Red+Green+Blue) = 220+250+93=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 250 (98.05% from 255 or 44.40% from 563); Blue value is 93 (36.72% from 255 or 16.52% from 563); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA5D is #2305A2. Grayscale: #DFDFDF. Windows color (decimal): -2295203 or 6159068. OLE color: 6159068.
HSL color Cylindrical-coordinate representation of color #DCFA5D: hue angle of 71.46º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCFA5D is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 93 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.02 |
| HSL | 71.46º | 0.94% | 0.67% | - |
| HSV(B) | 71.46º | 0.63% | 0.98% | - |
| XYZ | 65.68 | 84.38 | 23.18 | - |
| YUV | 223.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 93 | 0.12 | 0 | 0.63 | 0.02 | 71.46 | 0.94 | 0.67 |
| Hex | DC | FA | 5D | C | 0 | 3F | 2 | 47 | 5E | 43 |
| Octal | 334 | 372 | 135 | 14 | 0 | 77 | 2 | 107 | 136 | 103 |
| Binary | 11011100 | 11111010 | 1011101 | 1100 | 0 | 111111 | 10 | 1000111 | 1011110 | 1000011 |
Color Harmonies of #DCFA5D
Complementary color
Monochromatic Colors of #DCFA5D
Black with #DCFA5D
Text Example
Text Example
White with #DCFA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA5D; }
p { color: rgb(220,250,93); }
H1.HeaderClassName
{
color: #DCFA5D;
}
.AnyTagClassName
{
color: #DCFA5D;
}
</style>
background-color css
<style>
a { background-color: #DCFA5D; }
a { background-color: rgb(220,250,93); }
div.DivClassName
{
background-color: #DCFA5D;
}
.BgClassName
{
background-color: #DCFA5D;
}
</style>
border-color css
<style>
span { border-color: #DCFA5D; }
span { border-color: rgb(220,250,93); }
td.TdClassName
{
border-color: #DCFA5D;
}
.TagClassName
{
border-color: #DCFA5D;
}
</style>