Shades of Mindaro #DCFC62
Tints of Mindaro #DCFC62
RGB
CMYK
RGB Variations
Color information
#DCFC62 (or 0xDCFC62) is known color: Mindaro. HEX triplet: DC, FC and 62. RGB value is (220,252,98). Sum of RGB (Red+Green+Blue) = 220+252+98=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 98 (38.67% from 255 or 17.19% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC62 is #23039D. Grayscale: #E1E1E1. Windows color (decimal): -2294686 or 6487260. OLE color: 6487260.
HSL color Cylindrical-coordinate representation of color #DCFC62: hue angle of 72.47º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFC62 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 98 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.01 |
| HSL | 72.47º | 0.96% | 0.69% | - |
| HSV(B) | 72.47º | 0.61% | 0.99% | - |
| XYZ | 66.53 | 85.72 | 24.59 | - |
| YUV | 224.88 | 56.4 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 98 | 0.13 | 0 | 0.61 | 0.01 | 72.47 | 0.96 | 0.69 |
| Hex | DC | FC | 62 | D | 0 | 3D | 1 | 48 | 60 | 45 |
| Octal | 334 | 374 | 142 | 15 | 0 | 75 | 1 | 110 | 140 | 105 |
| Binary | 11011100 | 11111100 | 1100010 | 1101 | 0 | 111101 | 1 | 1001000 | 1100000 | 1000101 |
Color Harmonies of #DCFC62
Complementary color
Monochromatic Colors of #DCFC62
Black with #DCFC62
Text Example
Text Example
White with #DCFC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC62; }
p { color: rgb(220,252,98); }
H1.HeaderClassName
{
color: #DCFC62;
}
.AnyTagClassName
{
color: #DCFC62;
}
</style>
background-color css
<style>
a { background-color: #DCFC62; }
a { background-color: rgb(220,252,98); }
div.DivClassName
{
background-color: #DCFC62;
}
.BgClassName
{
background-color: #DCFC62;
}
</style>
border-color css
<style>
span { border-color: #DCFC62; }
span { border-color: rgb(220,252,98); }
td.TdClassName
{
border-color: #DCFC62;
}
.TagClassName
{
border-color: #DCFC62;
}
</style>