Shades of Manz #DEE34E
Tints of Manz #DEE34E
RGB
CMYK
RGB Variations
Color information
#DEE34E (or 0xDEE34E) is known color: Manz. HEX triplet: DE, E3 and 4E. RGB value is (222,227,78). Sum of RGB (Red+Green+Blue) = 222+227+78=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 78 (30.86% from 255 or 14.80% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE34E is #211CB1. Grayscale: #D1D1D1. Windows color (decimal): -2170034 or 5170142. OLE color: 5170142.
HSL color Cylindrical-coordinate representation of color #DEE34E: hue angle of 62.01º 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 #DEE34E is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 78 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.11 |
| HSL | 62.01º | 0.73% | 0.6% | - |
| HSV(B) | 62.01º | 0.66% | 0.89% | - |
| XYZ | 58.97 | 71.02 | 17.81 | - |
| YUV | 208.52 | 54.34 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 78 | 0.02 | 0 | 0.66 | 0.11 | 62.01 | 0.73 | 0.6 |
| Hex | DE | E3 | 4E | 2 | 0 | 42 | B | 3E | 49 | 3C |
| Octal | 336 | 343 | 116 | 2 | 0 | 102 | 13 | 76 | 111 | 74 |
| Binary | 11011110 | 11100011 | 1001110 | 10 | 0 | 1000010 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #DEE34E
Complementary color
Monochromatic Colors of #DEE34E
Black with #DEE34E
Text Example
Text Example
White with #DEE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE34E; }
p { color: rgb(222,227,78); }
H1.HeaderClassName
{
color: #DEE34E;
}
.AnyTagClassName
{
color: #DEE34E;
}
</style>
background-color css
<style>
a { background-color: #DEE34E; }
a { background-color: rgb(222,227,78); }
div.DivClassName
{
background-color: #DEE34E;
}
.BgClassName
{
background-color: #DEE34E;
}
</style>
border-color css
<style>
span { border-color: #DEE34E; }
span { border-color: rgb(222,227,78); }
td.TdClassName
{
border-color: #DEE34E;
}
.TagClassName
{
border-color: #DEE34E;
}
</style>