Shades of Mindaro #DCFC6A
Tints of Mindaro #DCFC6A
RGB
CMYK
RGB Variations
Color information
#DCFC6A (or 0xDCFC6A) is known color: Mindaro. HEX triplet: DC, FC and 6A. RGB value is (220,252,106). Sum of RGB (Red+Green+Blue) = 220+252+106=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC6A is #230395. Grayscale: #E2E2E2. Windows color (decimal): -2294678 or 7011548. OLE color: 7011548.
HSL color Cylindrical-coordinate representation of color #DCFC6A: hue angle of 73.15º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCFC6A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 106 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.01 |
| HSL | 73.15º | 0.96% | 0.7% | - |
| HSV(B) | 73.15º | 0.58% | 0.99% | - |
| XYZ | 66.93 | 85.88 | 26.68 | - |
| YUV | 225.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 106 | 0.13 | 0 | 0.58 | 0.01 | 73.15 | 0.96 | 0.7 |
| Hex | DC | FC | 6A | D | 0 | 3A | 1 | 49 | 60 | 46 |
| Octal | 334 | 374 | 152 | 15 | 0 | 72 | 1 | 111 | 140 | 106 |
| Binary | 11011100 | 11111100 | 1101010 | 1101 | 0 | 111010 | 1 | 1001001 | 1100000 | 1000110 |
Color Harmonies of #DCFC6A
Complementary color
Monochromatic Colors of #DCFC6A
Black with #DCFC6A
Text Example
Text Example
White with #DCFC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC6A; }
p { color: rgb(220,252,106); }
H1.HeaderClassName
{
color: #DCFC6A;
}
.AnyTagClassName
{
color: #DCFC6A;
}
</style>
background-color css
<style>
a { background-color: #DCFC6A; }
a { background-color: rgb(220,252,106); }
div.DivClassName
{
background-color: #DCFC6A;
}
.BgClassName
{
background-color: #DCFC6A;
}
</style>
border-color css
<style>
span { border-color: #DCFC6A; }
span { border-color: rgb(220,252,106); }
td.TdClassName
{
border-color: #DCFC6A;
}
.TagClassName
{
border-color: #DCFC6A;
}
</style>