Shades of Manz #DEE34D
Tints of Manz #DEE34D
RGB
CMYK
RGB Variations
Color information
#DEE34D (or 0xDEE34D) is known color: Manz. HEX triplet: DE, E3 and 4D. RGB value is (222,227,77). Sum of RGB (Red+Green+Blue) = 222+227+77=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE34D is #211CB2. Grayscale: #D1D1D1. Windows color (decimal): -2170035 or 5104606. OLE color: 5104606.
HSL color Cylindrical-coordinate representation of color #DEE34D: hue angle of 62º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE34D is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 77 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.11 |
| HSL | 62º | 0.73% | 0.6% | - |
| HSV(B) | 62º | 0.66% | 0.89% | - |
| XYZ | 58.93 | 71 | 17.62 | - |
| YUV | 208.41 | 53.84 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 77 | 0.02 | 0 | 0.66 | 0.11 | 62 | 0.73 | 0.6 |
| Hex | DE | E3 | 4D | 2 | 0 | 42 | B | 3E | 49 | 3C |
| Octal | 336 | 343 | 115 | 2 | 0 | 102 | 13 | 76 | 111 | 74 |
| Binary | 11011110 | 11100011 | 1001101 | 10 | 0 | 1000010 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #DEE34D
Complementary color
Monochromatic Colors of #DEE34D
Black with #DEE34D
Text Example
Text Example
White with #DEE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE34D; }
p { color: rgb(222,227,77); }
H1.HeaderClassName
{
color: #DEE34D;
}
.AnyTagClassName
{
color: #DEE34D;
}
</style>
background-color css
<style>
a { background-color: #DEE34D; }
a { background-color: rgb(222,227,77); }
div.DivClassName
{
background-color: #DEE34D;
}
.BgClassName
{
background-color: #DEE34D;
}
</style>
border-color css
<style>
span { border-color: #DEE34D; }
span { border-color: rgb(222,227,77); }
td.TdClassName
{
border-color: #DEE34D;
}
.TagClassName
{
border-color: #DEE34D;
}
</style>