Shades of Manz #DEE152
Tints of Manz #DEE152
RGB
CMYK
RGB Variations
Color information
#DEE152 (or 0xDEE152) is known color: Manz. HEX triplet: DE, E1 and 52. RGB value is (222,225,82). Sum of RGB (Red+Green+Blue) = 222+225+82=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE152 is #211EAD. Grayscale: #D0D0D0. Windows color (decimal): -2170542 or 5431774. OLE color: 5431774.
HSL color Cylindrical-coordinate representation of color #DEE152: hue angle of 61.26º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEE152 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 82 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.12 |
| HSL | 61.26º | 0.7% | 0.6% | - |
| HSV(B) | 61.26º | 0.64% | 0.88% | - |
| XYZ | 58.57 | 69.99 | 18.4 | - |
| YUV | 207.8 | 57.01 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 82 | 0.01 | 0 | 0.64 | 0.12 | 61.26 | 0.7 | 0.6 |
| Hex | DE | E1 | 52 | 1 | 0 | 40 | C | 3D | 46 | 3C |
| Octal | 336 | 341 | 122 | 1 | 0 | 100 | 14 | 75 | 106 | 74 |
| Binary | 11011110 | 11100001 | 1010010 | 1 | 0 | 1000000 | 1100 | 111101 | 1000110 | 111100 |
Color Harmonies of #DEE152
Complementary color
Monochromatic Colors of #DEE152
Black with #DEE152
Text Example
Text Example
White with #DEE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE152; }
p { color: rgb(222,225,82); }
H1.HeaderClassName
{
color: #DEE152;
}
.AnyTagClassName
{
color: #DEE152;
}
</style>
background-color css
<style>
a { background-color: #DEE152; }
a { background-color: rgb(222,225,82); }
div.DivClassName
{
background-color: #DEE152;
}
.BgClassName
{
background-color: #DEE152;
}
</style>
border-color css
<style>
span { border-color: #DEE152; }
span { border-color: rgb(222,225,82); }
td.TdClassName
{
border-color: #DEE152;
}
.TagClassName
{
border-color: #DEE152;
}
</style>