Shades of Manz #DCF04D
Tints of Manz #DCF04D
RGB
CMYK
RGB Variations
Color information
#DCF04D (or 0xDCF04D) is known color: Manz. HEX triplet: DC, F0 and 4D. RGB value is (220,240,77). Sum of RGB (Red+Green+Blue) = 220+240+77=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF04D is #230FB2. Grayscale: #D8D8D8. Windows color (decimal): -2297779 or 5107932. OLE color: 5107932.
HSL color Cylindrical-coordinate representation of color #DCF04D: hue angle of 67.36º 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 #DCF04D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 67.36º | 0.84% | 0.62% | - |
| HSV(B) | 67.36º | 0.68% | 0.94% | - |
| XYZ | 62.01 | 78.07 | 18.82 | - |
| YUV | 215.44 | 49.87 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 77 | 0.08 | 0 | 0.68 | 0.06 | 67.36 | 0.84 | 0.62 |
| Hex | DC | F0 | 4D | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 334 | 360 | 115 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011100 | 11110000 | 1001101 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DCF04D
Complementary color
Monochromatic Colors of #DCF04D
Black with #DCF04D
Text Example
Text Example
White with #DCF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF04D; }
p { color: rgb(220,240,77); }
H1.HeaderClassName
{
color: #DCF04D;
}
.AnyTagClassName
{
color: #DCF04D;
}
</style>
background-color css
<style>
a { background-color: #DCF04D; }
a { background-color: rgb(220,240,77); }
div.DivClassName
{
background-color: #DCF04D;
}
.BgClassName
{
background-color: #DCF04D;
}
</style>
border-color css
<style>
span { border-color: #DCF04D; }
span { border-color: rgb(220,240,77); }
td.TdClassName
{
border-color: #DCF04D;
}
.TagClassName
{
border-color: #DCF04D;
}
</style>