Shades of Manz #DEE353
Tints of Manz #DEE353
RGB
CMYK
RGB Variations
Color information
#DEE353 (or 0xDEE353) is known color: Manz. HEX triplet: DE, E3 and 53. RGB value is (222,227,83). Sum of RGB (Red+Green+Blue) = 222+227+83=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE353 is #211CAC. Grayscale: #D1D1D1. Windows color (decimal): -2170029 or 5497822. OLE color: 5497822.
HSL color Cylindrical-coordinate representation of color #DEE353: hue angle of 62.08º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DEE353 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 83 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.11 |
| HSL | 62.08º | 0.72% | 0.61% | - |
| HSV(B) | 62.08º | 0.63% | 0.89% | - |
| XYZ | 59.15 | 71.09 | 18.79 | - |
| YUV | 209.09 | 56.84 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 83 | 0.02 | 0 | 0.63 | 0.11 | 62.08 | 0.72 | 0.61 |
| Hex | DE | E3 | 53 | 2 | 0 | 3F | B | 3E | 48 | 3D |
| Octal | 336 | 343 | 123 | 2 | 0 | 77 | 13 | 76 | 110 | 75 |
| Binary | 11011110 | 11100011 | 1010011 | 10 | 0 | 111111 | 1011 | 111110 | 1001000 | 111101 |
Color Harmonies of #DEE353
Complementary color
Monochromatic Colors of #DEE353
Black with #DEE353
Text Example
Text Example
White with #DEE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE353; }
p { color: rgb(222,227,83); }
H1.HeaderClassName
{
color: #DEE353;
}
.AnyTagClassName
{
color: #DEE353;
}
</style>
background-color css
<style>
a { background-color: #DEE353; }
a { background-color: rgb(222,227,83); }
div.DivClassName
{
background-color: #DEE353;
}
.BgClassName
{
background-color: #DEE353;
}
</style>
border-color css
<style>
span { border-color: #DEE353; }
span { border-color: rgb(222,227,83); }
td.TdClassName
{
border-color: #DEE353;
}
.TagClassName
{
border-color: #DEE353;
}
</style>