Shades of Mindaro #DCFC70
Tints of Mindaro #DCFC70
RGB
CMYK
RGB Variations
Color information
#DCFC70 (or 0xDCFC70) is known color: Mindaro. HEX triplet: DC, FC and 70. RGB value is (220,252,112). Sum of RGB (Red+Green+Blue) = 220+252+112=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC70 is #23038F. Grayscale: #E2E2E2. Windows color (decimal): -2294672 or 7404764. OLE color: 7404764.
HSL color Cylindrical-coordinate representation of color #DCFC70: hue angle of 73.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCFC70 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 112 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.01 |
| HSL | 73.71º | 0.96% | 0.71% | - |
| HSV(B) | 73.71º | 0.56% | 0.99% | - |
| XYZ | 67.25 | 86.01 | 28.39 | - |
| YUV | 226.47 | 63.4 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 112 | 0.13 | 0 | 0.56 | 0.01 | 73.71 | 0.96 | 0.71 |
| Hex | DC | FC | 70 | D | 0 | 38 | 1 | 4A | 60 | 47 |
| Octal | 334 | 374 | 160 | 15 | 0 | 70 | 1 | 112 | 140 | 107 |
| Binary | 11011100 | 11111100 | 1110000 | 1101 | 0 | 111000 | 1 | 1001010 | 1100000 | 1000111 |
Color Harmonies of #DCFC70
Complementary color
Monochromatic Colors of #DCFC70
Black with #DCFC70
Text Example
Text Example
White with #DCFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC70; }
p { color: rgb(220,252,112); }
H1.HeaderClassName
{
color: #DCFC70;
}
.AnyTagClassName
{
color: #DCFC70;
}
</style>
background-color css
<style>
a { background-color: #DCFC70; }
a { background-color: rgb(220,252,112); }
div.DivClassName
{
background-color: #DCFC70;
}
.BgClassName
{
background-color: #DCFC70;
}
</style>
border-color css
<style>
span { border-color: #DCFC70; }
span { border-color: rgb(220,252,112); }
td.TdClassName
{
border-color: #DCFC70;
}
.TagClassName
{
border-color: #DCFC70;
}
</style>