Shades of Manz #DBEC4A
Tints of Manz #DBEC4A
RGB
CMYK
RGB Variations
Color information
#DBEC4A (or 0xDBEC4A) is known color: Manz. HEX triplet: DB, EC and 4A. RGB value is (219,236,74). Sum of RGB (Red+Green+Blue) = 219+236+74=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC4A is #2413B5. Grayscale: #D5D5D5. Windows color (decimal): -2364342 or 4910299. OLE color: 4910299.
HSL color Cylindrical-coordinate representation of color #DBEC4A: hue angle of 66.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DBEC4A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.07 |
| HSL | 66.3º | 0.81% | 0.61% | - |
| HSV(B) | 66.3º | 0.69% | 0.93% | - |
| XYZ | 60.44 | 75.55 | 17.87 | - |
| YUV | 212.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 74 | 0.07 | 0 | 0.69 | 0.07 | 66.3 | 0.81 | 0.61 |
| Hex | DB | EC | 4A | 7 | 0 | 45 | 7 | 42 | 51 | 3D |
| Octal | 333 | 354 | 112 | 7 | 0 | 105 | 7 | 102 | 121 | 75 |
| Binary | 11011011 | 11101100 | 1001010 | 111 | 0 | 1000101 | 111 | 1000010 | 1010001 | 111101 |
Color Harmonies of #DBEC4A
Complementary color
Monochromatic Colors of #DBEC4A
Black with #DBEC4A
Text Example
Text Example
White with #DBEC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC4A; }
p { color: rgb(219,236,74); }
H1.HeaderClassName
{
color: #DBEC4A;
}
.AnyTagClassName
{
color: #DBEC4A;
}
</style>
background-color css
<style>
a { background-color: #DBEC4A; }
a { background-color: rgb(219,236,74); }
div.DivClassName
{
background-color: #DBEC4A;
}
.BgClassName
{
background-color: #DBEC4A;
}
</style>
border-color css
<style>
span { border-color: #DBEC4A; }
span { border-color: rgb(219,236,74); }
td.TdClassName
{
border-color: #DBEC4A;
}
.TagClassName
{
border-color: #DBEC4A;
}
</style>