Shades of Manz #DEE04F
Tints of Manz #DEE04F
RGB
CMYK
RGB Variations
Color information
#DEE04F (or 0xDEE04F) is known color: Manz. HEX triplet: DE, E0 and 4F. RGB value is (222,224,79). Sum of RGB (Red+Green+Blue) = 222+224+79=525 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.29% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE04F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE04F is #211FB0. Grayscale: #CFCFCF. Windows color (decimal): -2170801 or 5234910. OLE color: 5234910.
HSL color Cylindrical-coordinate representation of color #DEE04F: hue angle of 60.83º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE04F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 79 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.12 |
| HSL | 60.83º | 0.7% | 0.59% | - |
| HSV(B) | 60.83º | 0.65% | 0.88% | - |
| XYZ | 58.19 | 69.41 | 17.73 | - |
| YUV | 206.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 79 | 0.01 | 0 | 0.65 | 0.12 | 60.83 | 0.7 | 0.59 |
| Hex | DE | E0 | 4F | 1 | 0 | 41 | C | 3D | 46 | 3B |
| Octal | 336 | 340 | 117 | 1 | 0 | 101 | 14 | 75 | 106 | 73 |
| Binary | 11011110 | 11100000 | 1001111 | 1 | 0 | 1000001 | 1100 | 111101 | 1000110 | 111011 |
Color Harmonies of #DEE04F
Complementary color
Monochromatic Colors of #DEE04F
Black with #DEE04F
Text Example
Text Example
White with #DEE04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE04F; }
p { color: rgb(222,224,79); }
H1.HeaderClassName
{
color: #DEE04F;
}
.AnyTagClassName
{
color: #DEE04F;
}
</style>
background-color css
<style>
a { background-color: #DEE04F; }
a { background-color: rgb(222,224,79); }
div.DivClassName
{
background-color: #DEE04F;
}
.BgClassName
{
background-color: #DEE04F;
}
</style>
border-color css
<style>
span { border-color: #DEE04F; }
span { border-color: rgb(222,224,79); }
td.TdClassName
{
border-color: #DEE04F;
}
.TagClassName
{
border-color: #DEE04F;
}
</style>