Shades of Mindaro #DCFE60
Tints of Mindaro #DCFE60
RGB
CMYK
RGB Variations
Color information
#DCFE60 (or 0xDCFE60) is known color: Mindaro. HEX triplet: DC, FE and 60. RGB value is (220,254,96). Sum of RGB (Red+Green+Blue) = 220+254+96=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 254 (99.61% from 255 or 44.56% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE60 is #23019F. Grayscale: #E2E2E2. Windows color (decimal): -2294176 or 6356700. OLE color: 6356700.
HSL color Cylindrical-coordinate representation of color #DCFE60: hue angle of 72.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFE60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 96 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.00 |
| HSL | 72.91º | 0.99% | 0.69% | - |
| HSV(B) | 72.91º | 0.62% | 1% | - |
| XYZ | 67.07 | 86.94 | 24.31 | - |
| YUV | 225.82 | 54.74 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 96 | 0.13 | 0 | 0.62 | 0.00 | 72.91 | 0.99 | 0.69 |
| Hex | DC | FE | 60 | D | 0 | 3E | 0 | 49 | 63 | 45 |
| Octal | 334 | 376 | 140 | 15 | 0 | 76 | 0 | 111 | 143 | 105 |
| Binary | 11011100 | 11111110 | 1100000 | 1101 | 0 | 111110 | 0 | 1001001 | 1100011 | 1000101 |
Color Harmonies of #DCFE60
Complementary color
Monochromatic Colors of #DCFE60
Black with #DCFE60
Text Example
Text Example
White with #DCFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE60; }
p { color: rgb(220,254,96); }
H1.HeaderClassName
{
color: #DCFE60;
}
.AnyTagClassName
{
color: #DCFE60;
}
</style>
background-color css
<style>
a { background-color: #DCFE60; }
a { background-color: rgb(220,254,96); }
div.DivClassName
{
background-color: #DCFE60;
}
.BgClassName
{
background-color: #DCFE60;
}
</style>
border-color css
<style>
span { border-color: #DCFE60; }
span { border-color: rgb(220,254,96); }
td.TdClassName
{
border-color: #DCFE60;
}
.TagClassName
{
border-color: #DCFE60;
}
</style>