Shades of Manz #DBF14E
Tints of Manz #DBF14E
RGB
CMYK
RGB Variations
Color information
#DBF14E (or 0xDBF14E) is known color: Manz. HEX triplet: DB, F1 and 4E. RGB value is (219,241,78). Sum of RGB (Red+Green+Blue) = 219+241+78=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF14E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF14E is #240EB1. Grayscale: #D8D8D8. Windows color (decimal): -2363058 or 5173723. OLE color: 5173723.
HSL color Cylindrical-coordinate representation of color #DBF14E: hue angle of 68.1º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBF14E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 78 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.05 |
| HSL | 68.1º | 0.85% | 0.63% | - |
| HSV(B) | 68.1º | 0.68% | 0.95% | - |
| XYZ | 62.04 | 78.52 | 19.09 | - |
| YUV | 215.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 78 | 0.09 | 0 | 0.68 | 0.05 | 68.1 | 0.85 | 0.63 |
| Hex | DB | F1 | 4E | 9 | 0 | 44 | 5 | 44 | 55 | 3F |
| Octal | 333 | 361 | 116 | 11 | 0 | 104 | 5 | 104 | 125 | 77 |
| Binary | 11011011 | 11110001 | 1001110 | 1001 | 0 | 1000100 | 101 | 1000100 | 1010101 | 111111 |
Color Harmonies of #DBF14E
Complementary color
Monochromatic Colors of #DBF14E
Black with #DBF14E
Text Example
Text Example
White with #DBF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF14E; }
p { color: rgb(219,241,78); }
H1.HeaderClassName
{
color: #DBF14E;
}
.AnyTagClassName
{
color: #DBF14E;
}
</style>
background-color css
<style>
a { background-color: #DBF14E; }
a { background-color: rgb(219,241,78); }
div.DivClassName
{
background-color: #DBF14E;
}
.BgClassName
{
background-color: #DBF14E;
}
</style>
border-color css
<style>
span { border-color: #DBF14E; }
span { border-color: rgb(219,241,78); }
td.TdClassName
{
border-color: #DBF14E;
}
.TagClassName
{
border-color: #DBF14E;
}
</style>