Shades of Mindaro #DCFD68
Tints of Mindaro #DCFD68
RGB
CMYK
RGB Variations
Color information
#DCFD68 (or 0xDCFD68) is known color: Mindaro. HEX triplet: DC, FD and 68. RGB value is (220,253,104). Sum of RGB (Red+Green+Blue) = 220+253+104=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 104 (41.02% from 255 or 18.02% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD68 is #230297. Grayscale: #E2E2E2. Windows color (decimal): -2294424 or 6880732. OLE color: 6880732.
HSL color Cylindrical-coordinate representation of color #DCFD68: hue angle of 73.29º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCFD68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 73.29º | 0.97% | 0.7% | - |
| HSV(B) | 73.29º | 0.59% | 0.99% | - |
| XYZ | 67.14 | 86.47 | 26.25 | - |
| YUV | 226.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 104 | 0.13 | 0 | 0.59 | 0.01 | 73.29 | 0.97 | 0.7 |
| Hex | DC | FD | 68 | D | 0 | 3B | 1 | 49 | 61 | 46 |
| Octal | 334 | 375 | 150 | 15 | 0 | 73 | 1 | 111 | 141 | 106 |
| Binary | 11011100 | 11111101 | 1101000 | 1101 | 0 | 111011 | 1 | 1001001 | 1100001 | 1000110 |
Color Harmonies of #DCFD68
Complementary color
Monochromatic Colors of #DCFD68
Black with #DCFD68
Text Example
Text Example
White with #DCFD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD68; }
p { color: rgb(220,253,104); }
H1.HeaderClassName
{
color: #DCFD68;
}
.AnyTagClassName
{
color: #DCFD68;
}
</style>
background-color css
<style>
a { background-color: #DCFD68; }
a { background-color: rgb(220,253,104); }
div.DivClassName
{
background-color: #DCFD68;
}
.BgClassName
{
background-color: #DCFD68;
}
</style>
border-color css
<style>
span { border-color: #DCFD68; }
span { border-color: rgb(220,253,104); }
td.TdClassName
{
border-color: #DCFD68;
}
.TagClassName
{
border-color: #DCFD68;
}
</style>