Shades of Mindaro #DCFD6D
Tints of Mindaro #DCFD6D
RGB
CMYK
RGB Variations
Color information
#DCFD6D (or 0xDCFD6D) is known color: Mindaro. HEX triplet: DC, FD and 6D. RGB value is (220,253,109). Sum of RGB (Red+Green+Blue) = 220+253+109=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD6D is #230292. Grayscale: #E3E3E3. Windows color (decimal): -2294419 or 7208412. OLE color: 7208412.
HSL color Cylindrical-coordinate representation of color #DCFD6D: hue angle of 73.75º 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 #DCFD6D is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 109 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.01 |
| HSL | 73.75º | 0.97% | 0.71% | - |
| HSV(B) | 73.75º | 0.57% | 0.99% | - |
| XYZ | 67.4 | 86.57 | 27.63 | - |
| YUV | 226.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 109 | 0.13 | 0 | 0.57 | 0.01 | 73.75 | 0.97 | 0.71 |
| Hex | DC | FD | 6D | D | 0 | 39 | 1 | 4A | 61 | 47 |
| Octal | 334 | 375 | 155 | 15 | 0 | 71 | 1 | 112 | 141 | 107 |
| Binary | 11011100 | 11111101 | 1101101 | 1101 | 0 | 111001 | 1 | 1001010 | 1100001 | 1000111 |
Color Harmonies of #DCFD6D
Complementary color
Monochromatic Colors of #DCFD6D
Black with #DCFD6D
Text Example
Text Example
White with #DCFD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD6D; }
p { color: rgb(220,253,109); }
H1.HeaderClassName
{
color: #DCFD6D;
}
.AnyTagClassName
{
color: #DCFD6D;
}
</style>
background-color css
<style>
a { background-color: #DCFD6D; }
a { background-color: rgb(220,253,109); }
div.DivClassName
{
background-color: #DCFD6D;
}
.BgClassName
{
background-color: #DCFD6D;
}
</style>
border-color css
<style>
span { border-color: #DCFD6D; }
span { border-color: rgb(220,253,109); }
td.TdClassName
{
border-color: #DCFD6D;
}
.TagClassName
{
border-color: #DCFD6D;
}
</style>