Shades of Manz #DBF04E
Tints of Manz #DBF04E
RGB
CMYK
RGB Variations
Color information
#DBF04E (or 0xDBF04E) is known color: Manz. HEX triplet: DB, F0 and 4E. RGB value is (219,240,78). Sum of RGB (Red+Green+Blue) = 219+240+78=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF04E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF04E is #240FB1. Grayscale: #D7D7D7. Windows color (decimal): -2363314 or 5173467. OLE color: 5173467.
HSL color Cylindrical-coordinate representation of color #DBF04E: hue angle of 67.78º 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 #DBF04E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 78 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.06 |
| HSL | 67.78º | 0.84% | 0.62% | - |
| HSV(B) | 67.78º | 0.68% | 0.94% | - |
| XYZ | 61.75 | 77.93 | 19 | - |
| YUV | 215.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 78 | 0.09 | 0 | 0.68 | 0.06 | 67.78 | 0.84 | 0.62 |
| Hex | DB | F0 | 4E | 9 | 0 | 44 | 6 | 44 | 54 | 3E |
| Octal | 333 | 360 | 116 | 11 | 0 | 104 | 6 | 104 | 124 | 76 |
| Binary | 11011011 | 11110000 | 1001110 | 1001 | 0 | 1000100 | 110 | 1000100 | 1010100 | 111110 |
Color Harmonies of #DBF04E
Complementary color
Monochromatic Colors of #DBF04E
Black with #DBF04E
Text Example
Text Example
White with #DBF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF04E; }
p { color: rgb(219,240,78); }
H1.HeaderClassName
{
color: #DBF04E;
}
.AnyTagClassName
{
color: #DBF04E;
}
</style>
background-color css
<style>
a { background-color: #DBF04E; }
a { background-color: rgb(219,240,78); }
div.DivClassName
{
background-color: #DBF04E;
}
.BgClassName
{
background-color: #DBF04E;
}
</style>
border-color css
<style>
span { border-color: #DBF04E; }
span { border-color: rgb(219,240,78); }
td.TdClassName
{
border-color: #DBF04E;
}
.TagClassName
{
border-color: #DBF04E;
}
</style>