Shades of Manz #DBF14F
Tints of Manz #DBF14F
RGB
CMYK
RGB Variations
Color information
#DBF14F (or 0xDBF14F) is known color: Manz. HEX triplet: DB, F1 and 4F. RGB value is (219,241,79). Sum of RGB (Red+Green+Blue) = 219+241+79=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 79 (31.25% from 255 or 14.66% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF14F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF14F is #240EB0. Grayscale: #D8D8D8. Windows color (decimal): -2363057 or 5239259. OLE color: 5239259.
HSL color Cylindrical-coordinate representation of color #DBF14F: hue angle of 68.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBF14F is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 79 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.05 |
| HSL | 68.15º | 0.85% | 0.63% | - |
| HSV(B) | 68.15º | 0.67% | 0.95% | - |
| XYZ | 62.08 | 78.54 | 19.28 | - |
| YUV | 215.95 | 50.71 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 79 | 0.09 | 0 | 0.67 | 0.05 | 68.15 | 0.85 | 0.63 |
| Hex | DB | F1 | 4F | 9 | 0 | 43 | 5 | 44 | 55 | 3F |
| Octal | 333 | 361 | 117 | 11 | 0 | 103 | 5 | 104 | 125 | 77 |
| Binary | 11011011 | 11110001 | 1001111 | 1001 | 0 | 1000011 | 101 | 1000100 | 1010101 | 111111 |
Color Harmonies of #DBF14F
Complementary color
Monochromatic Colors of #DBF14F
Black with #DBF14F
Text Example
Text Example
White with #DBF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF14F; }
p { color: rgb(219,241,79); }
H1.HeaderClassName
{
color: #DBF14F;
}
.AnyTagClassName
{
color: #DBF14F;
}
</style>
background-color css
<style>
a { background-color: #DBF14F; }
a { background-color: rgb(219,241,79); }
div.DivClassName
{
background-color: #DBF14F;
}
.BgClassName
{
background-color: #DBF14F;
}
</style>
border-color css
<style>
span { border-color: #DBF14F; }
span { border-color: rgb(219,241,79); }
td.TdClassName
{
border-color: #DBF14F;
}
.TagClassName
{
border-color: #DBF14F;
}
</style>