Shades of Mindaro #DCFE79
Tints of Mindaro #DCFE79
RGB
CMYK
RGB Variations
Color information
#DCFE79 (or 0xDCFE79) is known color: Mindaro. HEX triplet: DC, FE and 79. RGB value is (220,254,121). Sum of RGB (Red+Green+Blue) = 220+254+121=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 121 (47.66% from 255 or 20.34% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFE79 is #230186. Grayscale: #E5E5E5. Windows color (decimal): -2294151 or 7995100. OLE color: 7995100.
HSL color Cylindrical-coordinate representation of color #DCFE79: hue angle of 75.34º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCFE79 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 121 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.00 |
| HSL | 75.34º | 0.99% | 0.74% | - |
| HSV(B) | 75.34º | 0.52% | 1% | - |
| XYZ | 68.41 | 87.48 | 31.37 | - |
| YUV | 228.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 121 | 0.13 | 0 | 0.52 | 0.00 | 75.34 | 0.99 | 0.74 |
| Hex | DC | FE | 79 | D | 0 | 34 | 0 | 4B | 63 | 4A |
| Octal | 334 | 376 | 171 | 15 | 0 | 64 | 0 | 113 | 143 | 112 |
| Binary | 11011100 | 11111110 | 1111001 | 1101 | 0 | 110100 | 0 | 1001011 | 1100011 | 1001010 |
Color Harmonies of #DCFE79
Complementary color
Monochromatic Colors of #DCFE79
Black with #DCFE79
Text Example
Text Example
White with #DCFE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE79; }
p { color: rgb(220,254,121); }
H1.HeaderClassName
{
color: #DCFE79;
}
.AnyTagClassName
{
color: #DCFE79;
}
</style>
background-color css
<style>
a { background-color: #DCFE79; }
a { background-color: rgb(220,254,121); }
div.DivClassName
{
background-color: #DCFE79;
}
.BgClassName
{
background-color: #DCFE79;
}
</style>
border-color css
<style>
span { border-color: #DCFE79; }
span { border-color: rgb(220,254,121); }
td.TdClassName
{
border-color: #DCFE79;
}
.TagClassName
{
border-color: #DCFE79;
}
</style>