Shades of Mindaro #DCFE73
Tints of Mindaro #DCFE73
RGB
CMYK
RGB Variations
Color information
#DCFE73 (or 0xDCFE73) is known color: Mindaro. HEX triplet: DC, FE and 73. RGB value is (220,254,115). Sum of RGB (Red+Green+Blue) = 220+254+115=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 254 (99.61% from 255 or 43.12% from 589); Blue value is 115 (45.31% from 255 or 19.52% from 589); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE73 is #23018C. Grayscale: #E4E4E4. Windows color (decimal): -2294157 or 7601884. OLE color: 7601884.
HSL color Cylindrical-coordinate representation of color #DCFE73: hue angle of 74.68º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCFE73 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 115 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.00 |
| HSL | 74.68º | 0.99% | 0.72% | - |
| HSV(B) | 74.68º | 0.55% | 1% | - |
| XYZ | 68.05 | 87.34 | 29.49 | - |
| YUV | 227.99 | 64.24 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 115 | 0.13 | 0 | 0.55 | 0.00 | 74.68 | 0.99 | 0.72 |
| Hex | DC | FE | 73 | D | 0 | 37 | 0 | 4B | 63 | 48 |
| Octal | 334 | 376 | 163 | 15 | 0 | 67 | 0 | 113 | 143 | 110 |
| Binary | 11011100 | 11111110 | 1110011 | 1101 | 0 | 110111 | 0 | 1001011 | 1100011 | 1001000 |
Color Harmonies of #DCFE73
Complementary color
Monochromatic Colors of #DCFE73
Black with #DCFE73
Text Example
Text Example
White with #DCFE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE73; }
p { color: rgb(220,254,115); }
H1.HeaderClassName
{
color: #DCFE73;
}
.AnyTagClassName
{
color: #DCFE73;
}
</style>
background-color css
<style>
a { background-color: #DCFE73; }
a { background-color: rgb(220,254,115); }
div.DivClassName
{
background-color: #DCFE73;
}
.BgClassName
{
background-color: #DCFE73;
}
</style>
border-color css
<style>
span { border-color: #DCFE73; }
span { border-color: rgb(220,254,115); }
td.TdClassName
{
border-color: #DCFE73;
}
.TagClassName
{
border-color: #DCFE73;
}
</style>