Shades of Mindaro #DCFF7E
Tints of Mindaro #DCFF7E
RGB
CMYK
RGB Variations
Color information
#DCFF7E (or 0xDCFF7E) is known color: Mindaro. HEX triplet: DC, FF and 7E. RGB value is (220,255,126). Sum of RGB (Red+Green+Blue) = 220+255+126=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 126 (49.61% from 255 or 20.97% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF7E is #230081. Grayscale: #E6E6E6. Windows color (decimal): -2293890 or 8323036. OLE color: 8323036.
HSL color Cylindrical-coordinate representation of color #DCFF7E: hue angle of 76.28º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCFF7E is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 126 | - |
| CMYK | 0.14 | 0 | 0.51 | 0 |
| HSL | 76.28º | 1% | 0.75% | - |
| HSV(B) | 76.28º | 0.51% | 1% | - |
| XYZ | 69.04 | 88.24 | 33.13 | - |
| YUV | 229.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 126 | 0.14 | 0 | 0.51 | 0 | 76.28 | 1 | 0.75 |
| Hex | DC | FF | 7E | E | 0 | 33 | 0 | 4C | 64 | 4B |
| Octal | 334 | 377 | 176 | 16 | 0 | 63 | 0 | 114 | 144 | 113 |
| Binary | 11011100 | 11111111 | 1111110 | 1110 | 0 | 110011 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DCFF7E
Complementary color
Monochromatic Colors of #DCFF7E
Black with #DCFF7E
Text Example
Text Example
White with #DCFF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF7E; }
p { color: rgb(220,255,126); }
H1.HeaderClassName
{
color: #DCFF7E;
}
.AnyTagClassName
{
color: #DCFF7E;
}
</style>
background-color css
<style>
a { background-color: #DCFF7E; }
a { background-color: rgb(220,255,126); }
div.DivClassName
{
background-color: #DCFF7E;
}
.BgClassName
{
background-color: #DCFF7E;
}
</style>
border-color css
<style>
span { border-color: #DCFF7E; }
span { border-color: rgb(220,255,126); }
td.TdClassName
{
border-color: #DCFF7E;
}
.TagClassName
{
border-color: #DCFF7E;
}
</style>