Shades of Manz #DBF34D
Tints of Manz #DBF34D
RGB
CMYK
RGB Variations
Color information
#DBF34D (or 0xDBF34D) is known color: Manz. HEX triplet: DB, F3 and 4D. RGB value is (219,243,77). Sum of RGB (Red+Green+Blue) = 219+243+77=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF34D is #240CB2. Grayscale: #D9D9D9. Windows color (decimal): -2362547 or 5108699. OLE color: 5108699.
HSL color Cylindrical-coordinate representation of color #DBF34D: hue angle of 68.67º degrees, saturation: 0.87, 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 #DBF34D is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 77 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.05 |
| HSL | 68.67º | 0.87% | 0.63% | - |
| HSV(B) | 68.67º | 0.68% | 0.95% | - |
| XYZ | 62.6 | 79.7 | 19.1 | - |
| YUV | 216.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 77 | 0.10 | 0 | 0.68 | 0.05 | 68.67 | 0.87 | 0.63 |
| Hex | DB | F3 | 4D | A | 0 | 44 | 5 | 45 | 57 | 3F |
| Octal | 333 | 363 | 115 | 12 | 0 | 104 | 5 | 105 | 127 | 77 |
| Binary | 11011011 | 11110011 | 1001101 | 1010 | 0 | 1000100 | 101 | 1000101 | 1010111 | 111111 |
Color Harmonies of #DBF34D
Complementary color
Monochromatic Colors of #DBF34D
Black with #DBF34D
Text Example
Text Example
White with #DBF34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF34D; }
p { color: rgb(219,243,77); }
H1.HeaderClassName
{
color: #DBF34D;
}
.AnyTagClassName
{
color: #DBF34D;
}
</style>
background-color css
<style>
a { background-color: #DBF34D; }
a { background-color: rgb(219,243,77); }
div.DivClassName
{
background-color: #DBF34D;
}
.BgClassName
{
background-color: #DBF34D;
}
</style>
border-color css
<style>
span { border-color: #DBF34D; }
span { border-color: rgb(219,243,77); }
td.TdClassName
{
border-color: #DBF34D;
}
.TagClassName
{
border-color: #DBF34D;
}
</style>