Shades of Manz #DEE34F
Tints of Manz #DEE34F
RGB
CMYK
RGB Variations
Color information
#DEE34F (or 0xDEE34F) is known color: Manz. HEX triplet: DE, E3 and 4F. RGB value is (222,227,79). Sum of RGB (Red+Green+Blue) = 222+227+79=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE34F is #211CB0. Grayscale: #D1D1D1. Windows color (decimal): -2170033 or 5235678. OLE color: 5235678.
HSL color Cylindrical-coordinate representation of color #DEE34F: hue angle of 62.03º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE34F is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 79 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 62.03º | 0.73% | 0.6% | - |
| HSV(B) | 62.03º | 0.65% | 0.89% | - |
| XYZ | 59 | 71.03 | 18 | - |
| YUV | 208.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 79 | 0.02 | 0 | 0.65 | 0.11 | 62.03 | 0.73 | 0.6 |
| Hex | DE | E3 | 4F | 2 | 0 | 41 | B | 3E | 49 | 3C |
| Octal | 336 | 343 | 117 | 2 | 0 | 101 | 13 | 76 | 111 | 74 |
| Binary | 11011110 | 11100011 | 1001111 | 10 | 0 | 1000001 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #DEE34F
Complementary color
Monochromatic Colors of #DEE34F
Black with #DEE34F
Text Example
Text Example
White with #DEE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE34F; }
p { color: rgb(222,227,79); }
H1.HeaderClassName
{
color: #DEE34F;
}
.AnyTagClassName
{
color: #DEE34F;
}
</style>
background-color css
<style>
a { background-color: #DEE34F; }
a { background-color: rgb(222,227,79); }
div.DivClassName
{
background-color: #DEE34F;
}
.BgClassName
{
background-color: #DEE34F;
}
</style>
border-color css
<style>
span { border-color: #DEE34F; }
span { border-color: rgb(222,227,79); }
td.TdClassName
{
border-color: #DEE34F;
}
.TagClassName
{
border-color: #DEE34F;
}
</style>