Shades of Mindaro #DCFF71
Tints of Mindaro #DCFF71
RGB
CMYK
RGB Variations
Color information
#DCFF71 (or 0xDCFF71) is known color: Mindaro. HEX triplet: DC, FF and 71. RGB value is (220,255,113). Sum of RGB (Red+Green+Blue) = 220+255+113=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 113 (44.53% from 255 or 19.22% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF71 is #23008E. Grayscale: #E4E4E4. Windows color (decimal): -2293903 or 7471068. OLE color: 7471068.
HSL color Cylindrical-coordinate representation of color #DCFF71: hue angle of 74.79º 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 #DCFF71 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 113 | - |
| CMYK | 0.14 | 0 | 0.56 | 0 |
| HSL | 74.79º | 1% | 0.72% | - |
| HSV(B) | 74.79º | 0.56% | 1% | - |
| XYZ | 68.26 | 87.93 | 29 | - |
| YUV | 228.35 | 62.9 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 113 | 0.14 | 0 | 0.56 | 0 | 74.79 | 1 | 0.72 |
| Hex | DC | FF | 71 | E | 0 | 38 | 0 | 4B | 64 | 48 |
| Octal | 334 | 377 | 161 | 16 | 0 | 70 | 0 | 113 | 144 | 110 |
| Binary | 11011100 | 11111111 | 1110001 | 1110 | 0 | 111000 | 0 | 1001011 | 1100100 | 1001000 |
Color Harmonies of #DCFF71
Complementary color
Monochromatic Colors of #DCFF71
Black with #DCFF71
Text Example
Text Example
White with #DCFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF71; }
p { color: rgb(220,255,113); }
H1.HeaderClassName
{
color: #DCFF71;
}
.AnyTagClassName
{
color: #DCFF71;
}
</style>
background-color css
<style>
a { background-color: #DCFF71; }
a { background-color: rgb(220,255,113); }
div.DivClassName
{
background-color: #DCFF71;
}
.BgClassName
{
background-color: #DCFF71;
}
</style>
border-color css
<style>
span { border-color: #DCFF71; }
span { border-color: rgb(220,255,113); }
td.TdClassName
{
border-color: #DCFF71;
}
.TagClassName
{
border-color: #DCFF71;
}
</style>