Shades of Mindaro #DCFE63
Tints of Mindaro #DCFE63
RGB
CMYK
RGB Variations
Color information
#DCFE63 (or 0xDCFE63) is known color: Mindaro. HEX triplet: DC, FE and 63. RGB value is (220,254,99). Sum of RGB (Red+Green+Blue) = 220+254+99=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 99 (39.06% from 255 or 17.28% from 573); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE63 is #23019C. Grayscale: #E2E2E2. Windows color (decimal): -2294173 or 6553308. OLE color: 6553308.
HSL color Cylindrical-coordinate representation of color #DCFE63: hue angle of 73.16º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCFE63 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 99 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.00 |
| HSL | 73.16º | 0.99% | 0.69% | - |
| HSV(B) | 73.16º | 0.61% | 1% | - |
| XYZ | 67.21 | 87 | 25.05 | - |
| YUV | 226.16 | 56.24 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 99 | 0.13 | 0 | 0.61 | 0.00 | 73.16 | 0.99 | 0.69 |
| Hex | DC | FE | 63 | D | 0 | 3D | 0 | 49 | 63 | 45 |
| Octal | 334 | 376 | 143 | 15 | 0 | 75 | 0 | 111 | 143 | 105 |
| Binary | 11011100 | 11111110 | 1100011 | 1101 | 0 | 111101 | 0 | 1001001 | 1100011 | 1000101 |
Color Harmonies of #DCFE63
Complementary color
Monochromatic Colors of #DCFE63
Black with #DCFE63
Text Example
Text Example
White with #DCFE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE63; }
p { color: rgb(220,254,99); }
H1.HeaderClassName
{
color: #DCFE63;
}
.AnyTagClassName
{
color: #DCFE63;
}
</style>
background-color css
<style>
a { background-color: #DCFE63; }
a { background-color: rgb(220,254,99); }
div.DivClassName
{
background-color: #DCFE63;
}
.BgClassName
{
background-color: #DCFE63;
}
</style>
border-color css
<style>
span { border-color: #DCFE63; }
span { border-color: rgb(220,254,99); }
td.TdClassName
{
border-color: #DCFE63;
}
.TagClassName
{
border-color: #DCFE63;
}
</style>