Shades of Mindaro #DCFD67
Tints of Mindaro #DCFD67
RGB
CMYK
RGB Variations
Color information
#DCFD67 (or 0xDCFD67) is known color: Mindaro. HEX triplet: DC, FD and 67. RGB value is (220,253,103). Sum of RGB (Red+Green+Blue) = 220+253+103=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 253 (99.22% from 255 or 43.92% from 576); Blue value is 103 (40.62% from 255 or 17.88% from 576); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD67 is #230298. Grayscale: #E2E2E2. Windows color (decimal): -2294425 or 6815196. OLE color: 6815196.
HSL color Cylindrical-coordinate representation of color #DCFD67: hue angle of 73.2º 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 #DCFD67 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 103 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.01 |
| HSL | 73.2º | 0.97% | 0.7% | - |
| HSV(B) | 73.2º | 0.59% | 0.99% | - |
| XYZ | 67.09 | 86.45 | 25.98 | - |
| YUV | 226.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 103 | 0.13 | 0 | 0.59 | 0.01 | 73.2 | 0.97 | 0.7 |
| Hex | DC | FD | 67 | D | 0 | 3B | 1 | 49 | 61 | 46 |
| Octal | 334 | 375 | 147 | 15 | 0 | 73 | 1 | 111 | 141 | 106 |
| Binary | 11011100 | 11111101 | 1100111 | 1101 | 0 | 111011 | 1 | 1001001 | 1100001 | 1000110 |
Color Harmonies of #DCFD67
Complementary color
Monochromatic Colors of #DCFD67
Black with #DCFD67
Text Example
Text Example
White with #DCFD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD67; }
p { color: rgb(220,253,103); }
H1.HeaderClassName
{
color: #DCFD67;
}
.AnyTagClassName
{
color: #DCFD67;
}
</style>
background-color css
<style>
a { background-color: #DCFD67; }
a { background-color: rgb(220,253,103); }
div.DivClassName
{
background-color: #DCFD67;
}
.BgClassName
{
background-color: #DCFD67;
}
</style>
border-color css
<style>
span { border-color: #DCFD67; }
span { border-color: rgb(220,253,103); }
td.TdClassName
{
border-color: #DCFD67;
}
.TagClassName
{
border-color: #DCFD67;
}
</style>