Shades of Manz #DEE34A
Tints of Manz #DEE34A
RGB
CMYK
RGB Variations
Color information
#DEE34A (or 0xDEE34A) is known color: Manz. HEX triplet: DE, E3 and 4A. RGB value is (222,227,74). Sum of RGB (Red+Green+Blue) = 222+227+74=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 74 (29.30% from 255 or 14.15% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEE34A is #211CB5. Grayscale: #D0D0D0. Windows color (decimal): -2170038 or 4907998. OLE color: 4907998.
HSL color Cylindrical-coordinate representation of color #DEE34A: hue angle of 61.96º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE34A is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 74 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.11 |
| HSL | 61.96º | 0.73% | 0.59% | - |
| HSV(B) | 61.96º | 0.67% | 0.89% | - |
| XYZ | 58.83 | 70.96 | 17.08 | - |
| YUV | 208.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 74 | 0.02 | 0 | 0.67 | 0.11 | 61.96 | 0.73 | 0.59 |
| Hex | DE | E3 | 4A | 2 | 0 | 43 | B | 3E | 49 | 3B |
| Octal | 336 | 343 | 112 | 2 | 0 | 103 | 13 | 76 | 111 | 73 |
| Binary | 11011110 | 11100011 | 1001010 | 10 | 0 | 1000011 | 1011 | 111110 | 1001001 | 111011 |
Color Harmonies of #DEE34A
Complementary color
Monochromatic Colors of #DEE34A
Black with #DEE34A
Text Example
Text Example
White with #DEE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE34A; }
p { color: rgb(222,227,74); }
H1.HeaderClassName
{
color: #DEE34A;
}
.AnyTagClassName
{
color: #DEE34A;
}
</style>
background-color css
<style>
a { background-color: #DEE34A; }
a { background-color: rgb(222,227,74); }
div.DivClassName
{
background-color: #DEE34A;
}
.BgClassName
{
background-color: #DEE34A;
}
</style>
border-color css
<style>
span { border-color: #DEE34A; }
span { border-color: rgb(222,227,74); }
td.TdClassName
{
border-color: #DEE34A;
}
.TagClassName
{
border-color: #DEE34A;
}
</style>