Shades of Manz #DBF04A
Tints of Manz #DBF04A
RGB
CMYK
RGB Variations
Color information
#DBF04A (or 0xDBF04A) is known color: Manz. HEX triplet: DB, F0 and 4A. RGB value is (219,240,74). Sum of RGB (Red+Green+Blue) = 219+240+74=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF04A is #240FB5. Grayscale: #D7D7D7. Windows color (decimal): -2363318 or 4911323. OLE color: 4911323.
HSL color Cylindrical-coordinate representation of color #DBF04A: hue angle of 67.59º 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 #DBF04A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.06 |
| HSL | 67.59º | 0.85% | 0.62% | - |
| HSV(B) | 67.59º | 0.69% | 0.94% | - |
| XYZ | 61.61 | 77.87 | 18.26 | - |
| YUV | 214.8 | 48.54 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 74 | 0.09 | 0 | 0.69 | 0.06 | 67.59 | 0.85 | 0.62 |
| Hex | DB | F0 | 4A | 9 | 0 | 45 | 6 | 44 | 55 | 3E |
| Octal | 333 | 360 | 112 | 11 | 0 | 105 | 6 | 104 | 125 | 76 |
| Binary | 11011011 | 11110000 | 1001010 | 1001 | 0 | 1000101 | 110 | 1000100 | 1010101 | 111110 |
Color Harmonies of #DBF04A
Complementary color
Monochromatic Colors of #DBF04A
Black with #DBF04A
Text Example
Text Example
White with #DBF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF04A; }
p { color: rgb(219,240,74); }
H1.HeaderClassName
{
color: #DBF04A;
}
.AnyTagClassName
{
color: #DBF04A;
}
</style>
background-color css
<style>
a { background-color: #DBF04A; }
a { background-color: rgb(219,240,74); }
div.DivClassName
{
background-color: #DBF04A;
}
.BgClassName
{
background-color: #DBF04A;
}
</style>
border-color css
<style>
span { border-color: #DBF04A; }
span { border-color: rgb(219,240,74); }
td.TdClassName
{
border-color: #DBF04A;
}
.TagClassName
{
border-color: #DBF04A;
}
</style>