Shades of Mindaro #DCFF7F
Tints of Mindaro #DCFF7F
RGB
CMYK
RGB Variations
Color information
#DCFF7F (or 0xDCFF7F) is known color: Mindaro. HEX triplet: DC, FF and 7F. RGB value is (220,255,127). Sum of RGB (Red+Green+Blue) = 220+255+127=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 127 (50% from 255 or 21.10% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF7F is #230080. Grayscale: #E6E6E6. Windows color (decimal): -2293889 or 8388572. OLE color: 8388572.
HSL color Cylindrical-coordinate representation of color #DCFF7F: hue angle of 76.41º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCFF7F is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 127 | - |
| CMYK | 0.14 | 0 | 0.50 | 0 |
| HSL | 76.41º | 1% | 0.75% | - |
| HSV(B) | 76.41º | 0.5% | 1% | - |
| XYZ | 69.11 | 88.27 | 33.47 | - |
| YUV | 229.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 127 | 0.14 | 0 | 0.50 | 0 | 76.41 | 1 | 0.75 |
| Hex | DC | FF | 7F | E | 0 | 32 | 0 | 4C | 64 | 4B |
| Octal | 334 | 377 | 177 | 16 | 0 | 62 | 0 | 114 | 144 | 113 |
| Binary | 11011100 | 11111111 | 1111111 | 1110 | 0 | 110010 | 0 | 1001100 | 1100100 | 1001011 |
Color Harmonies of #DCFF7F
Complementary color
Monochromatic Colors of #DCFF7F
Black with #DCFF7F
Text Example
Text Example
White with #DCFF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF7F; }
p { color: rgb(220,255,127); }
H1.HeaderClassName
{
color: #DCFF7F;
}
.AnyTagClassName
{
color: #DCFF7F;
}
</style>
background-color css
<style>
a { background-color: #DCFF7F; }
a { background-color: rgb(220,255,127); }
div.DivClassName
{
background-color: #DCFF7F;
}
.BgClassName
{
background-color: #DCFF7F;
}
</style>
border-color css
<style>
span { border-color: #DCFF7F; }
span { border-color: rgb(220,255,127); }
td.TdClassName
{
border-color: #DCFF7F;
}
.TagClassName
{
border-color: #DCFF7F;
}
</style>