Shades of Mindaro #DCFE76
Tints of Mindaro #DCFE76
RGB
CMYK
RGB Variations
Color information
#DCFE76 (or 0xDCFE76) is known color: Mindaro. HEX triplet: DC, FE and 76. RGB value is (220,254,118). Sum of RGB (Red+Green+Blue) = 220+254+118=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 254 (99.61% from 255 or 42.91% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE76 is #230189. Grayscale: #E4E4E4. Windows color (decimal): -2294154 or 7798492. OLE color: 7798492.
HSL color Cylindrical-coordinate representation of color #DCFE76: hue angle of 75º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFE76 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 118 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.00 |
| HSL | 75º | 0.99% | 0.73% | - |
| HSV(B) | 75º | 0.54% | 1% | - |
| XYZ | 68.23 | 87.41 | 30.41 | - |
| YUV | 228.33 | 65.74 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 118 | 0.13 | 0 | 0.54 | 0.00 | 75 | 0.99 | 0.73 |
| Hex | DC | FE | 76 | D | 0 | 36 | 0 | 4B | 63 | 49 |
| Octal | 334 | 376 | 166 | 15 | 0 | 66 | 0 | 113 | 143 | 111 |
| Binary | 11011100 | 11111110 | 1110110 | 1101 | 0 | 110110 | 0 | 1001011 | 1100011 | 1001001 |
Color Harmonies of #DCFE76
Complementary color
Monochromatic Colors of #DCFE76
Black with #DCFE76
Text Example
Text Example
White with #DCFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE76; }
p { color: rgb(220,254,118); }
H1.HeaderClassName
{
color: #DCFE76;
}
.AnyTagClassName
{
color: #DCFE76;
}
</style>
background-color css
<style>
a { background-color: #DCFE76; }
a { background-color: rgb(220,254,118); }
div.DivClassName
{
background-color: #DCFE76;
}
.BgClassName
{
background-color: #DCFE76;
}
</style>
border-color css
<style>
span { border-color: #DCFE76; }
span { border-color: rgb(220,254,118); }
td.TdClassName
{
border-color: #DCFE76;
}
.TagClassName
{
border-color: #DCFE76;
}
</style>