Shades of Manz #DEE35D
Tints of Manz #DEE35D
RGB
CMYK
RGB Variations
Color information
#DEE35D (or 0xDEE35D) is known color: Manz. HEX triplet: DE, E3 and 5D. RGB value is (222,227,93). Sum of RGB (Red+Green+Blue) = 222+227+93=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 227 (89.06% from 255 or 41.88% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE35D is #211CA2. Grayscale: #D2D2D2. Windows color (decimal): -2170019 or 6153182. OLE color: 6153182.
HSL color Cylindrical-coordinate representation of color #DEE35D: hue angle of 62.24º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEE35D is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 227 | 93 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.11 |
| HSL | 62.24º | 0.71% | 0.63% | - |
| HSV(B) | 62.24º | 0.59% | 0.89% | - |
| XYZ | 59.57 | 71.26 | 20.97 | - |
| YUV | 210.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 93 | 0.02 | 0 | 0.59 | 0.11 | 62.24 | 0.71 | 0.63 |
| Hex | DE | E3 | 5D | 2 | 0 | 3B | B | 3E | 47 | 3F |
| Octal | 336 | 343 | 135 | 2 | 0 | 73 | 13 | 76 | 107 | 77 |
| Binary | 11011110 | 11100011 | 1011101 | 10 | 0 | 111011 | 1011 | 111110 | 1000111 | 111111 |
Color Harmonies of #DEE35D
Complementary color
Monochromatic Colors of #DEE35D
Black with #DEE35D
Text Example
Text Example
White with #DEE35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE35D; }
p { color: rgb(222,227,93); }
H1.HeaderClassName
{
color: #DEE35D;
}
.AnyTagClassName
{
color: #DEE35D;
}
</style>
background-color css
<style>
a { background-color: #DEE35D; }
a { background-color: rgb(222,227,93); }
div.DivClassName
{
background-color: #DEE35D;
}
.BgClassName
{
background-color: #DEE35D;
}
</style>
border-color css
<style>
span { border-color: #DEE35D; }
span { border-color: rgb(222,227,93); }
td.TdClassName
{
border-color: #DEE35D;
}
.TagClassName
{
border-color: #DEE35D;
}
</style>