Shades of Mindaro #DCFC63
Tints of Mindaro #DCFC63
RGB
CMYK
RGB Variations
Color information
#DCFC63 (or 0xDCFC63) is known color: Mindaro. HEX triplet: DC, FC and 63. RGB value is (220,252,99). Sum of RGB (Red+Green+Blue) = 220+252+99=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 252 (98.83% from 255 or 44.13% from 571); Blue value is 99 (39.06% from 255 or 17.34% from 571); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC63 is #23039C. Grayscale: #E1E1E1. Windows color (decimal): -2294685 or 6552796. OLE color: 6552796.
HSL color Cylindrical-coordinate representation of color #DCFC63: hue angle of 72.55º 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 #DCFC63 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 99 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.01 |
| HSL | 72.55º | 0.96% | 0.69% | - |
| HSV(B) | 72.55º | 0.61% | 0.99% | - |
| XYZ | 66.58 | 85.74 | 24.84 | - |
| YUV | 224.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 99 | 0.13 | 0 | 0.61 | 0.01 | 72.55 | 0.96 | 0.69 |
| Hex | DC | FC | 63 | D | 0 | 3D | 1 | 49 | 60 | 45 |
| Octal | 334 | 374 | 143 | 15 | 0 | 75 | 1 | 111 | 140 | 105 |
| Binary | 11011100 | 11111100 | 1100011 | 1101 | 0 | 111101 | 1 | 1001001 | 1100000 | 1000101 |
Color Harmonies of #DCFC63
Complementary color
Monochromatic Colors of #DCFC63
Black with #DCFC63
Text Example
Text Example
White with #DCFC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC63; }
p { color: rgb(220,252,99); }
H1.HeaderClassName
{
color: #DCFC63;
}
.AnyTagClassName
{
color: #DCFC63;
}
</style>
background-color css
<style>
a { background-color: #DCFC63; }
a { background-color: rgb(220,252,99); }
div.DivClassName
{
background-color: #DCFC63;
}
.BgClassName
{
background-color: #DCFC63;
}
</style>
border-color css
<style>
span { border-color: #DCFC63; }
span { border-color: rgb(220,252,99); }
td.TdClassName
{
border-color: #DCFC63;
}
.TagClassName
{
border-color: #DCFC63;
}
</style>