Shades of Manz #DCF04C
Tints of Manz #DCF04C
RGB
CMYK
RGB Variations
Color information
#DCF04C (or 0xDCF04C) is known color: Manz. HEX triplet: DC, F0 and 4C. RGB value is (220,240,76). Sum of RGB (Red+Green+Blue) = 220+240+76=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF04C is #230FB3. Grayscale: #D7D7D7. Windows color (decimal): -2297780 or 5042396. OLE color: 5042396.
HSL color Cylindrical-coordinate representation of color #DCF04C: hue angle of 67.32º degrees, saturation: 0.85, 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 #DCF04C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 76 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 67.32º | 0.85% | 0.62% | - |
| HSV(B) | 67.32º | 0.68% | 0.94% | - |
| XYZ | 61.98 | 78.06 | 18.64 | - |
| YUV | 215.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 76 | 0.08 | 0 | 0.68 | 0.06 | 67.32 | 0.85 | 0.62 |
| Hex | DC | F0 | 4C | 8 | 0 | 44 | 6 | 43 | 55 | 3E |
| Octal | 334 | 360 | 114 | 10 | 0 | 104 | 6 | 103 | 125 | 76 |
| Binary | 11011100 | 11110000 | 1001100 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DCF04C
Complementary color
Monochromatic Colors of #DCF04C
Black with #DCF04C
Text Example
Text Example
White with #DCF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF04C; }
p { color: rgb(220,240,76); }
H1.HeaderClassName
{
color: #DCF04C;
}
.AnyTagClassName
{
color: #DCF04C;
}
</style>
background-color css
<style>
a { background-color: #DCF04C; }
a { background-color: rgb(220,240,76); }
div.DivClassName
{
background-color: #DCF04C;
}
.BgClassName
{
background-color: #DCF04C;
}
</style>
border-color css
<style>
span { border-color: #DCF04C; }
span { border-color: rgb(220,240,76); }
td.TdClassName
{
border-color: #DCF04C;
}
.TagClassName
{
border-color: #DCF04C;
}
</style>