Shades of Manz #DCF04A
Tints of Manz #DCF04A
RGB
CMYK
RGB Variations
Color information
#DCF04A (or 0xDCF04A) is known color: Manz. HEX triplet: DC, F0 and 4A. RGB value is (220,240,74). Sum of RGB (Red+Green+Blue) = 220+240+74=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF04A is #230FB5. Grayscale: #D7D7D7. Windows color (decimal): -2297782 or 4911324. OLE color: 4911324.
HSL color Cylindrical-coordinate representation of color #DCF04A: hue angle of 67.23º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCF04A is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 74 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 67.23º | 0.85% | 0.62% | - |
| HSV(B) | 67.23º | 0.69% | 0.94% | - |
| XYZ | 61.91 | 78.03 | 18.28 | - |
| YUV | 215.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 74 | 0.08 | 0 | 0.69 | 0.06 | 67.23 | 0.85 | 0.62 |
| Hex | DC | F0 | 4A | 8 | 0 | 45 | 6 | 43 | 55 | 3E |
| Octal | 334 | 360 | 112 | 10 | 0 | 105 | 6 | 103 | 125 | 76 |
| Binary | 11011100 | 11110000 | 1001010 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DCF04A
Complementary color
Monochromatic Colors of #DCF04A
Black with #DCF04A
Text Example
Text Example
White with #DCF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF04A; }
p { color: rgb(220,240,74); }
H1.HeaderClassName
{
color: #DCF04A;
}
.AnyTagClassName
{
color: #DCF04A;
}
</style>
background-color css
<style>
a { background-color: #DCF04A; }
a { background-color: rgb(220,240,74); }
div.DivClassName
{
background-color: #DCF04A;
}
.BgClassName
{
background-color: #DCF04A;
}
</style>
border-color css
<style>
span { border-color: #DCF04A; }
span { border-color: rgb(220,240,74); }
td.TdClassName
{
border-color: #DCF04A;
}
.TagClassName
{
border-color: #DCF04A;
}
</style>