Shades of Mindaro #DCFA7B
Tints of Mindaro #DCFA7B
RGB
CMYK
RGB Variations
Color information
#DCFA7B (or 0xDCFA7B) is known color: Mindaro. HEX triplet: DC, FA and 7B. RGB value is (220,250,123). Sum of RGB (Red+Green+Blue) = 220+250+123=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 123 (48.44% from 255 or 20.74% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFA7B is #230584. Grayscale: #E3E3E3. Windows color (decimal): -2295173 or 8125148. OLE color: 8125148.
HSL color Cylindrical-coordinate representation of color #DCFA7B: hue angle of 74.17º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCFA7B is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 123 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.02 |
| HSL | 74.17º | 0.93% | 0.73% | - |
| HSV(B) | 74.17º | 0.51% | 0.98% | - |
| XYZ | 67.28 | 85.02 | 31.6 | - |
| YUV | 226.55 | 69.56 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 123 | 0.12 | 0 | 0.51 | 0.02 | 74.17 | 0.93 | 0.73 |
| Hex | DC | FA | 7B | C | 0 | 33 | 2 | 4A | 5D | 49 |
| Octal | 334 | 372 | 173 | 14 | 0 | 63 | 2 | 112 | 135 | 111 |
| Binary | 11011100 | 11111010 | 1111011 | 1100 | 0 | 110011 | 10 | 1001010 | 1011101 | 1001001 |
Color Harmonies of #DCFA7B
Complementary color
Monochromatic Colors of #DCFA7B
Black with #DCFA7B
Text Example
Text Example
White with #DCFA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA7B; }
p { color: rgb(220,250,123); }
H1.HeaderClassName
{
color: #DCFA7B;
}
.AnyTagClassName
{
color: #DCFA7B;
}
</style>
background-color css
<style>
a { background-color: #DCFA7B; }
a { background-color: rgb(220,250,123); }
div.DivClassName
{
background-color: #DCFA7B;
}
.BgClassName
{
background-color: #DCFA7B;
}
</style>
border-color css
<style>
span { border-color: #DCFA7B; }
span { border-color: rgb(220,250,123); }
td.TdClassName
{
border-color: #DCFA7B;
}
.TagClassName
{
border-color: #DCFA7B;
}
</style>