Shades of Mindaro #DCFC73
Tints of Mindaro #DCFC73
RGB
CMYK
RGB Variations
Color information
#DCFC73 (or 0xDCFC73) is known color: Mindaro. HEX triplet: DC, FC and 73. RGB value is (220,252,115). Sum of RGB (Red+Green+Blue) = 220+252+115=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 252 (98.83% from 255 or 42.93% from 587); Blue value is 115 (45.31% from 255 or 19.59% from 587); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC73 is #23038C. Grayscale: #E3E3E3. Windows color (decimal): -2294669 or 7601372. OLE color: 7601372.
HSL color Cylindrical-coordinate representation of color #DCFC73: hue angle of 74.01º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFC73 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 115 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.01 |
| HSL | 74.01º | 0.96% | 0.72% | - |
| HSV(B) | 74.01º | 0.54% | 0.99% | - |
| XYZ | 67.42 | 86.07 | 29.28 | - |
| YUV | 226.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 115 | 0.13 | 0 | 0.54 | 0.01 | 74.01 | 0.96 | 0.72 |
| Hex | DC | FC | 73 | D | 0 | 36 | 1 | 4A | 60 | 48 |
| Octal | 334 | 374 | 163 | 15 | 0 | 66 | 1 | 112 | 140 | 110 |
| Binary | 11011100 | 11111100 | 1110011 | 1101 | 0 | 110110 | 1 | 1001010 | 1100000 | 1001000 |
Color Harmonies of #DCFC73
Complementary color
Monochromatic Colors of #DCFC73
Black with #DCFC73
Text Example
Text Example
White with #DCFC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC73; }
p { color: rgb(220,252,115); }
H1.HeaderClassName
{
color: #DCFC73;
}
.AnyTagClassName
{
color: #DCFC73;
}
</style>
background-color css
<style>
a { background-color: #DCFC73; }
a { background-color: rgb(220,252,115); }
div.DivClassName
{
background-color: #DCFC73;
}
.BgClassName
{
background-color: #DCFC73;
}
</style>
border-color css
<style>
span { border-color: #DCFC73; }
span { border-color: rgb(220,252,115); }
td.TdClassName
{
border-color: #DCFC73;
}
.TagClassName
{
border-color: #DCFC73;
}
</style>