Shades of Manz #DEE05F
Tints of Manz #DEE05F
RGB
CMYK
RGB Variations
Color information
#DEE05F (or 0xDEE05F) is known color: Manz. HEX triplet: DE, E0 and 5F. RGB value is (222,224,95). Sum of RGB (Red+Green+Blue) = 222+224+95=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE05F is #211FA0. Grayscale: #D1D1D1. Windows color (decimal): -2170785 or 6283486. OLE color: 6283486.
HSL color Cylindrical-coordinate representation of color #DEE05F: hue angle of 60.93º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE05F is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 95 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.12 |
| HSL | 60.93º | 0.68% | 0.63% | - |
| HSV(B) | 60.93º | 0.58% | 0.88% | - |
| XYZ | 58.85 | 69.67 | 21.17 | - |
| YUV | 208.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 95 | 0.01 | 0 | 0.58 | 0.12 | 60.93 | 0.68 | 0.63 |
| Hex | DE | E0 | 5F | 1 | 0 | 3A | C | 3D | 44 | 3F |
| Octal | 336 | 340 | 137 | 1 | 0 | 72 | 14 | 75 | 104 | 77 |
| Binary | 11011110 | 11100000 | 1011111 | 1 | 0 | 111010 | 1100 | 111101 | 1000100 | 111111 |
Color Harmonies of #DEE05F
Complementary color
Monochromatic Colors of #DEE05F
Black with #DEE05F
Text Example
Text Example
White with #DEE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE05F; }
p { color: rgb(222,224,95); }
H1.HeaderClassName
{
color: #DEE05F;
}
.AnyTagClassName
{
color: #DEE05F;
}
</style>
background-color css
<style>
a { background-color: #DEE05F; }
a { background-color: rgb(222,224,95); }
div.DivClassName
{
background-color: #DEE05F;
}
.BgClassName
{
background-color: #DEE05F;
}
</style>
border-color css
<style>
span { border-color: #DEE05F; }
span { border-color: rgb(222,224,95); }
td.TdClassName
{
border-color: #DEE05F;
}
.TagClassName
{
border-color: #DEE05F;
}
</style>