Shades of Mindaro #DCFC68
Tints of Mindaro #DCFC68
RGB
CMYK
RGB Variations
Color information
#DCFC68 (or 0xDCFC68) is known color: Mindaro. HEX triplet: DC, FC and 68. RGB value is (220,252,104). Sum of RGB (Red+Green+Blue) = 220+252+104=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC68 is #230397. Grayscale: #E2E2E2. Windows color (decimal): -2294680 or 6880476. OLE color: 6880476.
HSL color Cylindrical-coordinate representation of color #DCFC68: hue angle of 72.97º degrees, saturation: 0.96, 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 #DCFC68 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 104 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 72.97º | 0.96% | 0.7% | - |
| HSV(B) | 72.97º | 0.59% | 0.99% | - |
| XYZ | 66.82 | 85.84 | 26.14 | - |
| YUV | 225.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 104 | 0.13 | 0 | 0.59 | 0.01 | 72.97 | 0.96 | 0.7 |
| Hex | DC | FC | 68 | D | 0 | 3B | 1 | 49 | 60 | 46 |
| Octal | 334 | 374 | 150 | 15 | 0 | 73 | 1 | 111 | 140 | 106 |
| Binary | 11011100 | 11111100 | 1101000 | 1101 | 0 | 111011 | 1 | 1001001 | 1100000 | 1000110 |
Color Harmonies of #DCFC68
Complementary color
Monochromatic Colors of #DCFC68
Black with #DCFC68
Text Example
Text Example
White with #DCFC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC68; }
p { color: rgb(220,252,104); }
H1.HeaderClassName
{
color: #DCFC68;
}
.AnyTagClassName
{
color: #DCFC68;
}
</style>
background-color css
<style>
a { background-color: #DCFC68; }
a { background-color: rgb(220,252,104); }
div.DivClassName
{
background-color: #DCFC68;
}
.BgClassName
{
background-color: #DCFC68;
}
</style>
border-color css
<style>
span { border-color: #DCFC68; }
span { border-color: rgb(220,252,104); }
td.TdClassName
{
border-color: #DCFC68;
}
.TagClassName
{
border-color: #DCFC68;
}
</style>