Shades of Manz #DEE45C
Tints of Manz #DEE45C
RGB
CMYK
RGB Variations
Color information
#DEE45C (or 0xDEE45C) is known color: Manz. HEX triplet: DE, E4 and 5C. RGB value is (222,228,92). Sum of RGB (Red+Green+Blue) = 222+228+92=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE45C is #211BA3. Grayscale: #D3D3D3. Windows color (decimal): -2169764 or 6087902. OLE color: 6087902.
HSL color Cylindrical-coordinate representation of color #DEE45C: hue angle of 62.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEE45C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 92 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.11 |
| HSL | 62.65º | 0.72% | 0.63% | - |
| HSV(B) | 62.65º | 0.6% | 0.89% | - |
| XYZ | 59.8 | 71.79 | 20.83 | - |
| YUV | 210.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 92 | 0.03 | 0 | 0.60 | 0.11 | 62.65 | 0.72 | 0.63 |
| Hex | DE | E4 | 5C | 3 | 0 | 3C | B | 3F | 48 | 3F |
| Octal | 336 | 344 | 134 | 3 | 0 | 74 | 13 | 77 | 110 | 77 |
| Binary | 11011110 | 11100100 | 1011100 | 11 | 0 | 111100 | 1011 | 111111 | 1001000 | 111111 |
Color Harmonies of #DEE45C
Complementary color
Monochromatic Colors of #DEE45C
Black with #DEE45C
Text Example
Text Example
White with #DEE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE45C; }
p { color: rgb(222,228,92); }
H1.HeaderClassName
{
color: #DEE45C;
}
.AnyTagClassName
{
color: #DEE45C;
}
</style>
background-color css
<style>
a { background-color: #DEE45C; }
a { background-color: rgb(222,228,92); }
div.DivClassName
{
background-color: #DEE45C;
}
.BgClassName
{
background-color: #DEE45C;
}
</style>
border-color css
<style>
span { border-color: #DEE45C; }
span { border-color: rgb(222,228,92); }
td.TdClassName
{
border-color: #DEE45C;
}
.TagClassName
{
border-color: #DEE45C;
}
</style>