Shades of Manz #DBEE4E
Tints of Manz #DBEE4E
RGB
CMYK
RGB Variations
Color information
#DBEE4E (or 0xDBEE4E) is known color: Manz. HEX triplet: DB, EE and 4E. RGB value is (219,238,78). Sum of RGB (Red+Green+Blue) = 219+238+78=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEE4E is #2411B1. Grayscale: #D6D6D6. Windows color (decimal): -2363826 or 5172955. OLE color: 5172955.
HSL color Cylindrical-coordinate representation of color #DBEE4E: hue angle of 67.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DBEE4E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 78 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.07 |
| HSL | 67.13º | 0.82% | 0.62% | - |
| HSV(B) | 67.13º | 0.67% | 0.93% | - |
| XYZ | 61.16 | 76.76 | 18.8 | - |
| YUV | 214.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 78 | 0.08 | 0 | 0.67 | 0.07 | 67.13 | 0.82 | 0.62 |
| Hex | DB | EE | 4E | 8 | 0 | 43 | 7 | 43 | 52 | 3E |
| Octal | 333 | 356 | 116 | 10 | 0 | 103 | 7 | 103 | 122 | 76 |
| Binary | 11011011 | 11101110 | 1001110 | 1000 | 0 | 1000011 | 111 | 1000011 | 1010010 | 111110 |
Color Harmonies of #DBEE4E
Complementary color
Monochromatic Colors of #DBEE4E
Black with #DBEE4E
Text Example
Text Example
White with #DBEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE4E; }
p { color: rgb(219,238,78); }
H1.HeaderClassName
{
color: #DBEE4E;
}
.AnyTagClassName
{
color: #DBEE4E;
}
</style>
background-color css
<style>
a { background-color: #DBEE4E; }
a { background-color: rgb(219,238,78); }
div.DivClassName
{
background-color: #DBEE4E;
}
.BgClassName
{
background-color: #DBEE4E;
}
</style>
border-color css
<style>
span { border-color: #DBEE4E; }
span { border-color: rgb(219,238,78); }
td.TdClassName
{
border-color: #DBEE4E;
}
.TagClassName
{
border-color: #DBEE4E;
}
</style>