Shades of Manz #DCF04E
Tints of Manz #DCF04E
RGB
CMYK
RGB Variations
Color information
#DCF04E (or 0xDCF04E) is known color: Manz. HEX triplet: DC, F0 and 4E. RGB value is (220,240,78). Sum of RGB (Red+Green+Blue) = 220+240+78=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF04E is #230FB1. Grayscale: #D8D8D8. Windows color (decimal): -2297778 or 5173468. OLE color: 5173468.
HSL color Cylindrical-coordinate representation of color #DCF04E: hue angle of 67.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCF04E is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 78 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 67.41º | 0.84% | 0.62% | - |
| HSV(B) | 67.41º | 0.68% | 0.94% | - |
| XYZ | 62.05 | 78.09 | 19.01 | - |
| YUV | 215.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 78 | 0.08 | 0 | 0.68 | 0.06 | 67.41 | 0.84 | 0.62 |
| Hex | DC | F0 | 4E | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 334 | 360 | 116 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011100 | 11110000 | 1001110 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DCF04E
Complementary color
Monochromatic Colors of #DCF04E
Black with #DCF04E
Text Example
Text Example
White with #DCF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF04E; }
p { color: rgb(220,240,78); }
H1.HeaderClassName
{
color: #DCF04E;
}
.AnyTagClassName
{
color: #DCF04E;
}
</style>
background-color css
<style>
a { background-color: #DCF04E; }
a { background-color: rgb(220,240,78); }
div.DivClassName
{
background-color: #DCF04E;
}
.BgClassName
{
background-color: #DCF04E;
}
</style>
border-color css
<style>
span { border-color: #DCF04E; }
span { border-color: rgb(220,240,78); }
td.TdClassName
{
border-color: #DCF04E;
}
.TagClassName
{
border-color: #DCF04E;
}
</style>