Shades of Manz #DCF04B
Tints of Manz #DCF04B
RGB
CMYK
RGB Variations
Color information
#DCF04B (or 0xDCF04B) is known color: Manz. HEX triplet: DC, F0 and 4B. RGB value is (220,240,75). Sum of RGB (Red+Green+Blue) = 220+240+75=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF04B is #230FB4. Grayscale: #D7D7D7. Windows color (decimal): -2297781 or 4976860. OLE color: 4976860.
HSL color Cylindrical-coordinate representation of color #DCF04B: hue angle of 67.27º 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 #DCF04B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 75 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 67.27º | 0.85% | 0.62% | - |
| HSV(B) | 67.27º | 0.69% | 0.94% | - |
| XYZ | 61.95 | 78.04 | 18.46 | - |
| YUV | 215.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 75 | 0.08 | 0 | 0.69 | 0.06 | 67.27 | 0.85 | 0.62 |
| Hex | DC | F0 | 4B | 8 | 0 | 45 | 6 | 43 | 55 | 3E |
| Octal | 334 | 360 | 113 | 10 | 0 | 105 | 6 | 103 | 125 | 76 |
| Binary | 11011100 | 11110000 | 1001011 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DCF04B
Complementary color
Monochromatic Colors of #DCF04B
Black with #DCF04B
Text Example
Text Example
White with #DCF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF04B; }
p { color: rgb(220,240,75); }
H1.HeaderClassName
{
color: #DCF04B;
}
.AnyTagClassName
{
color: #DCF04B;
}
</style>
background-color css
<style>
a { background-color: #DCF04B; }
a { background-color: rgb(220,240,75); }
div.DivClassName
{
background-color: #DCF04B;
}
.BgClassName
{
background-color: #DCF04B;
}
</style>
border-color css
<style>
span { border-color: #DCF04B; }
span { border-color: rgb(220,240,75); }
td.TdClassName
{
border-color: #DCF04B;
}
.TagClassName
{
border-color: #DCF04B;
}
</style>