Shades of Mindaro #DCFD6E
Tints of Mindaro #DCFD6E
RGB
CMYK
RGB Variations
Color information
#DCFD6E (or 0xDCFD6E) is known color: Mindaro. HEX triplet: DC, FD and 6E. RGB value is (220,253,110). Sum of RGB (Red+Green+Blue) = 220+253+110=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 253 (99.22% from 255 or 43.40% from 583); Blue value is 110 (43.36% from 255 or 18.87% from 583); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD6E is #230291. Grayscale: #E3E3E3. Windows color (decimal): -2294418 or 7273948. OLE color: 7273948.
HSL color Cylindrical-coordinate representation of color #DCFD6E: hue angle of 73.85º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCFD6E is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 110 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.01 |
| HSL | 73.85º | 0.97% | 0.71% | - |
| HSV(B) | 73.85º | 0.57% | 0.99% | - |
| XYZ | 67.45 | 86.59 | 27.91 | - |
| YUV | 226.83 | 62.07 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 110 | 0.13 | 0 | 0.57 | 0.01 | 73.85 | 0.97 | 0.71 |
| Hex | DC | FD | 6E | D | 0 | 39 | 1 | 4A | 61 | 47 |
| Octal | 334 | 375 | 156 | 15 | 0 | 71 | 1 | 112 | 141 | 107 |
| Binary | 11011100 | 11111101 | 1101110 | 1101 | 0 | 111001 | 1 | 1001010 | 1100001 | 1000111 |
Color Harmonies of #DCFD6E
Complementary color
Monochromatic Colors of #DCFD6E
Black with #DCFD6E
Text Example
Text Example
White with #DCFD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD6E; }
p { color: rgb(220,253,110); }
H1.HeaderClassName
{
color: #DCFD6E;
}
.AnyTagClassName
{
color: #DCFD6E;
}
</style>
background-color css
<style>
a { background-color: #DCFD6E; }
a { background-color: rgb(220,253,110); }
div.DivClassName
{
background-color: #DCFD6E;
}
.BgClassName
{
background-color: #DCFD6E;
}
</style>
border-color css
<style>
span { border-color: #DCFD6E; }
span { border-color: rgb(220,253,110); }
td.TdClassName
{
border-color: #DCFD6E;
}
.TagClassName
{
border-color: #DCFD6E;
}
</style>