Shades of Mindaro #DCFF70
Tints of Mindaro #DCFF70
RGB
CMYK
RGB Variations
Color information
#DCFF70 (or 0xDCFF70) is known color: Mindaro. HEX triplet: DC, FF and 70. RGB value is (220,255,112). Sum of RGB (Red+Green+Blue) = 220+255+112=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF70 is #23008F. Grayscale: #E4E4E4. Windows color (decimal): -2293904 or 7405532. OLE color: 7405532.
HSL color Cylindrical-coordinate representation of color #DCFF70: hue angle of 74.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCFF70 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 112 | - |
| CMYK | 0.14 | 0 | 0.56 | 0 |
| HSL | 74.69º | 1% | 0.72% | - |
| HSV(B) | 74.69º | 0.56% | 1% | - |
| XYZ | 68.2 | 87.91 | 28.7 | - |
| YUV | 228.23 | 62.4 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 112 | 0.14 | 0 | 0.56 | 0 | 74.69 | 1 | 0.72 |
| Hex | DC | FF | 70 | E | 0 | 38 | 0 | 4B | 64 | 48 |
| Octal | 334 | 377 | 160 | 16 | 0 | 70 | 0 | 113 | 144 | 110 |
| Binary | 11011100 | 11111111 | 1110000 | 1110 | 0 | 111000 | 0 | 1001011 | 1100100 | 1001000 |
Color Harmonies of #DCFF70
Complementary color
Monochromatic Colors of #DCFF70
Black with #DCFF70
Text Example
Text Example
White with #DCFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF70; }
p { color: rgb(220,255,112); }
H1.HeaderClassName
{
color: #DCFF70;
}
.AnyTagClassName
{
color: #DCFF70;
}
</style>
background-color css
<style>
a { background-color: #DCFF70; }
a { background-color: rgb(220,255,112); }
div.DivClassName
{
background-color: #DCFF70;
}
.BgClassName
{
background-color: #DCFF70;
}
</style>
border-color css
<style>
span { border-color: #DCFF70; }
span { border-color: rgb(220,255,112); }
td.TdClassName
{
border-color: #DCFF70;
}
.TagClassName
{
border-color: #DCFF70;
}
</style>