Shades of Manz #DBEF4D
Tints of Manz #DBEF4D
RGB
CMYK
RGB Variations
Color information
#DBEF4D (or 0xDBEF4D) is known color: Manz. HEX triplet: DB, EF and 4D. RGB value is (219,239,77). Sum of RGB (Red+Green+Blue) = 219+239+77=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEF4D is #2410B2. Grayscale: #D7D7D7. Windows color (decimal): -2363571 or 5107675. OLE color: 5107675.
HSL color Cylindrical-coordinate representation of color #DBEF4D: hue angle of 67.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DBEF4D is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 77 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 67.41º | 0.84% | 0.62% | - |
| HSV(B) | 67.41º | 0.68% | 0.94% | - |
| XYZ | 61.42 | 77.33 | 18.71 | - |
| YUV | 214.55 | 50.37 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 77 | 0.08 | 0 | 0.68 | 0.06 | 67.41 | 0.84 | 0.62 |
| Hex | DB | EF | 4D | 8 | 0 | 44 | 6 | 43 | 54 | 3E |
| Octal | 333 | 357 | 115 | 10 | 0 | 104 | 6 | 103 | 124 | 76 |
| Binary | 11011011 | 11101111 | 1001101 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010100 | 111110 |
Color Harmonies of #DBEF4D
Complementary color
Monochromatic Colors of #DBEF4D
Black with #DBEF4D
Text Example
Text Example
White with #DBEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF4D; }
p { color: rgb(219,239,77); }
H1.HeaderClassName
{
color: #DBEF4D;
}
.AnyTagClassName
{
color: #DBEF4D;
}
</style>
background-color css
<style>
a { background-color: #DBEF4D; }
a { background-color: rgb(219,239,77); }
div.DivClassName
{
background-color: #DBEF4D;
}
.BgClassName
{
background-color: #DBEF4D;
}
</style>
border-color css
<style>
span { border-color: #DBEF4D; }
span { border-color: rgb(219,239,77); }
td.TdClassName
{
border-color: #DBEF4D;
}
.TagClassName
{
border-color: #DBEF4D;
}
</style>