Shades of Manz #DBF04F
Tints of Manz #DBF04F
RGB
CMYK
RGB Variations
Color information
#DBF04F (or 0xDBF04F) is known color: Manz. HEX triplet: DB, F0 and 4F. RGB value is (219,240,79). Sum of RGB (Red+Green+Blue) = 219+240+79=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 79 (31.25% from 255 or 14.68% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF04F is #240FB0. Grayscale: #D7D7D7. Windows color (decimal): -2363313 or 5239003. OLE color: 5239003.
HSL color Cylindrical-coordinate representation of color #DBF04F: hue angle of 67.83º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF04F is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 79 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.06 |
| HSL | 67.83º | 0.84% | 0.63% | - |
| HSV(B) | 67.83º | 0.67% | 0.94% | - |
| XYZ | 61.78 | 77.94 | 19.19 | - |
| YUV | 215.37 | 51.04 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 79 | 0.09 | 0 | 0.67 | 0.06 | 67.83 | 0.84 | 0.63 |
| Hex | DB | F0 | 4F | 9 | 0 | 43 | 6 | 44 | 54 | 3F |
| Octal | 333 | 360 | 117 | 11 | 0 | 103 | 6 | 104 | 124 | 77 |
| Binary | 11011011 | 11110000 | 1001111 | 1001 | 0 | 1000011 | 110 | 1000100 | 1010100 | 111111 |
Color Harmonies of #DBF04F
Complementary color
Monochromatic Colors of #DBF04F
Black with #DBF04F
Text Example
Text Example
White with #DBF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF04F; }
p { color: rgb(219,240,79); }
H1.HeaderClassName
{
color: #DBF04F;
}
.AnyTagClassName
{
color: #DBF04F;
}
</style>
background-color css
<style>
a { background-color: #DBF04F; }
a { background-color: rgb(219,240,79); }
div.DivClassName
{
background-color: #DBF04F;
}
.BgClassName
{
background-color: #DBF04F;
}
</style>
border-color css
<style>
span { border-color: #DBF04F; }
span { border-color: rgb(219,240,79); }
td.TdClassName
{
border-color: #DBF04F;
}
.TagClassName
{
border-color: #DBF04F;
}
</style>