Shades of Manz #DBF14D
Tints of Manz #DBF14D
RGB
CMYK
RGB Variations
Color information
#DBF14D (or 0xDBF14D) is known color: Manz. HEX triplet: DB, F1 and 4D. RGB value is (219,241,77). Sum of RGB (Red+Green+Blue) = 219+241+77=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF14D is #240EB2. Grayscale: #D8D8D8. Windows color (decimal): -2363059 or 5108187. OLE color: 5108187.
HSL color Cylindrical-coordinate representation of color #DBF14D: hue angle of 68.05º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBF14D is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 77 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.05 |
| HSL | 68.05º | 0.85% | 0.62% | - |
| HSV(B) | 68.05º | 0.68% | 0.95% | - |
| XYZ | 62.01 | 78.51 | 18.91 | - |
| YUV | 215.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 77 | 0.09 | 0 | 0.68 | 0.05 | 68.05 | 0.85 | 0.62 |
| Hex | DB | F1 | 4D | 9 | 0 | 44 | 5 | 44 | 55 | 3E |
| Octal | 333 | 361 | 115 | 11 | 0 | 104 | 5 | 104 | 125 | 76 |
| Binary | 11011011 | 11110001 | 1001101 | 1001 | 0 | 1000100 | 101 | 1000100 | 1010101 | 111110 |
Color Harmonies of #DBF14D
Complementary color
Monochromatic Colors of #DBF14D
Black with #DBF14D
Text Example
Text Example
White with #DBF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF14D; }
p { color: rgb(219,241,77); }
H1.HeaderClassName
{
color: #DBF14D;
}
.AnyTagClassName
{
color: #DBF14D;
}
</style>
background-color css
<style>
a { background-color: #DBF14D; }
a { background-color: rgb(219,241,77); }
div.DivClassName
{
background-color: #DBF14D;
}
.BgClassName
{
background-color: #DBF14D;
}
</style>
border-color css
<style>
span { border-color: #DBF14D; }
span { border-color: rgb(219,241,77); }
td.TdClassName
{
border-color: #DBF14D;
}
.TagClassName
{
border-color: #DBF14D;
}
</style>