Shades of Manz #DBEF4E
Tints of Manz #DBEF4E
RGB
CMYK
RGB Variations
Color information
#DBEF4E (or 0xDBEF4E) is known color: Manz. HEX triplet: DB, EF and 4E. RGB value is (219,239,78). Sum of RGB (Red+Green+Blue) = 219+239+78=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF4E is #2410B1. Grayscale: #D7D7D7. Windows color (decimal): -2363570 or 5173211. OLE color: 5173211.
HSL color Cylindrical-coordinate representation of color #DBEF4E: hue angle of 67.45º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBEF4E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 78 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.06 |
| HSL | 67.45º | 0.83% | 0.62% | - |
| HSV(B) | 67.45º | 0.67% | 0.94% | - |
| XYZ | 61.46 | 77.34 | 18.9 | - |
| YUV | 214.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 78 | 0.08 | 0 | 0.67 | 0.06 | 67.45 | 0.83 | 0.62 |
| Hex | DB | EF | 4E | 8 | 0 | 43 | 6 | 43 | 53 | 3E |
| Octal | 333 | 357 | 116 | 10 | 0 | 103 | 6 | 103 | 123 | 76 |
| Binary | 11011011 | 11101111 | 1001110 | 1000 | 0 | 1000011 | 110 | 1000011 | 1010011 | 111110 |
Color Harmonies of #DBEF4E
Complementary color
Monochromatic Colors of #DBEF4E
Black with #DBEF4E
Text Example
Text Example
White with #DBEF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF4E; }
p { color: rgb(219,239,78); }
H1.HeaderClassName
{
color: #DBEF4E;
}
.AnyTagClassName
{
color: #DBEF4E;
}
</style>
background-color css
<style>
a { background-color: #DBEF4E; }
a { background-color: rgb(219,239,78); }
div.DivClassName
{
background-color: #DBEF4E;
}
.BgClassName
{
background-color: #DBEF4E;
}
</style>
border-color css
<style>
span { border-color: #DBEF4E; }
span { border-color: rgb(219,239,78); }
td.TdClassName
{
border-color: #DBEF4E;
}
.TagClassName
{
border-color: #DBEF4E;
}
</style>