Shades of Mindaro #DCFF73
Tints of Mindaro #DCFF73
RGB
CMYK
RGB Variations
Color information
#DCFF73 (or 0xDCFF73) is known color: Mindaro. HEX triplet: DC, FF and 73. RGB value is (220,255,115). Sum of RGB (Red+Green+Blue) = 220+255+115=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 255 (100% from 255 or 43.22% from 590); Blue value is 115 (45.31% from 255 or 19.49% from 590); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF73 is #23008C. Grayscale: #E5E5E5. Windows color (decimal): -2293901 or 7602140. OLE color: 7602140.
HSL color Cylindrical-coordinate representation of color #DCFF73: hue angle of 75º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCFF73 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 115 | - |
| CMYK | 0.14 | 0 | 0.55 | 0 |
| HSL | 75º | 1% | 0.73% | - |
| HSV(B) | 75º | 0.55% | 1% | - |
| XYZ | 68.37 | 87.97 | 29.6 | - |
| YUV | 228.58 | 63.9 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 115 | 0.14 | 0 | 0.55 | 0 | 75 | 1 | 0.73 |
| Hex | DC | FF | 73 | E | 0 | 37 | 0 | 4B | 64 | 49 |
| Octal | 334 | 377 | 163 | 16 | 0 | 67 | 0 | 113 | 144 | 111 |
| Binary | 11011100 | 11111111 | 1110011 | 1110 | 0 | 110111 | 0 | 1001011 | 1100100 | 1001001 |
Color Harmonies of #DCFF73
Complementary color
Monochromatic Colors of #DCFF73
Black with #DCFF73
Text Example
Text Example
White with #DCFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF73; }
p { color: rgb(220,255,115); }
H1.HeaderClassName
{
color: #DCFF73;
}
.AnyTagClassName
{
color: #DCFF73;
}
</style>
background-color css
<style>
a { background-color: #DCFF73; }
a { background-color: rgb(220,255,115); }
div.DivClassName
{
background-color: #DCFF73;
}
.BgClassName
{
background-color: #DCFF73;
}
</style>
border-color css
<style>
span { border-color: #DCFF73; }
span { border-color: rgb(220,255,115); }
td.TdClassName
{
border-color: #DCFF73;
}
.TagClassName
{
border-color: #DCFF73;
}
</style>