Shades of Mindaro #DCFC65
Tints of Mindaro #DCFC65
RGB
CMYK
RGB Variations
Color information
#DCFC65 (or 0xDCFC65) is known color: Mindaro. HEX triplet: DC, FC and 65. RGB value is (220,252,101). Sum of RGB (Red+Green+Blue) = 220+252+101=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 252 (98.83% from 255 or 43.98% from 573); Blue value is 101 (39.84% from 255 or 17.63% from 573); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC65 is #23039A. Grayscale: #E1E1E1. Windows color (decimal): -2294683 or 6683868. OLE color: 6683868.
HSL color Cylindrical-coordinate representation of color #DCFC65: hue angle of 72.72º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCFC65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 101 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.01 |
| HSL | 72.72º | 0.96% | 0.69% | - |
| HSV(B) | 72.72º | 0.6% | 0.99% | - |
| XYZ | 66.67 | 85.78 | 25.35 | - |
| YUV | 225.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 101 | 0.13 | 0 | 0.60 | 0.01 | 72.72 | 0.96 | 0.69 |
| Hex | DC | FC | 65 | D | 0 | 3C | 1 | 49 | 60 | 45 |
| Octal | 334 | 374 | 145 | 15 | 0 | 74 | 1 | 111 | 140 | 105 |
| Binary | 11011100 | 11111100 | 1100101 | 1101 | 0 | 111100 | 1 | 1001001 | 1100000 | 1000101 |
Color Harmonies of #DCFC65
Complementary color
Monochromatic Colors of #DCFC65
Black with #DCFC65
Text Example
Text Example
White with #DCFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC65; }
p { color: rgb(220,252,101); }
H1.HeaderClassName
{
color: #DCFC65;
}
.AnyTagClassName
{
color: #DCFC65;
}
</style>
background-color css
<style>
a { background-color: #DCFC65; }
a { background-color: rgb(220,252,101); }
div.DivClassName
{
background-color: #DCFC65;
}
.BgClassName
{
background-color: #DCFC65;
}
</style>
border-color css
<style>
span { border-color: #DCFC65; }
span { border-color: rgb(220,252,101); }
td.TdClassName
{
border-color: #DCFC65;
}
.TagClassName
{
border-color: #DCFC65;
}
</style>