Shades of Manz #DEE452
Tints of Manz #DEE452
RGB
CMYK
RGB Variations
Color information
#DEE452 (or 0xDEE452) is known color: Manz. HEX triplet: DE, E4 and 52. RGB value is (222,228,82). Sum of RGB (Red+Green+Blue) = 222+228+82=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 82 (32.42% from 255 or 15.41% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE452 is #211BAD. Grayscale: #D2D2D2. Windows color (decimal): -2169774 or 5432542. OLE color: 5432542.
HSL color Cylindrical-coordinate representation of color #DEE452: hue angle of 62.47º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DEE452 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 82 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.11 |
| HSL | 62.47º | 0.73% | 0.61% | - |
| HSV(B) | 62.47º | 0.64% | 0.89% | - |
| XYZ | 59.39 | 71.63 | 18.68 | - |
| YUV | 209.56 | 56.01 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 82 | 0.03 | 0 | 0.64 | 0.11 | 62.47 | 0.73 | 0.61 |
| Hex | DE | E4 | 52 | 3 | 0 | 40 | B | 3E | 49 | 3D |
| Octal | 336 | 344 | 122 | 3 | 0 | 100 | 13 | 76 | 111 | 75 |
| Binary | 11011110 | 11100100 | 1010010 | 11 | 0 | 1000000 | 1011 | 111110 | 1001001 | 111101 |
Color Harmonies of #DEE452
Complementary color
Monochromatic Colors of #DEE452
Black with #DEE452
Text Example
Text Example
White with #DEE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE452; }
p { color: rgb(222,228,82); }
H1.HeaderClassName
{
color: #DEE452;
}
.AnyTagClassName
{
color: #DEE452;
}
</style>
background-color css
<style>
a { background-color: #DEE452; }
a { background-color: rgb(222,228,82); }
div.DivClassName
{
background-color: #DEE452;
}
.BgClassName
{
background-color: #DEE452;
}
</style>
border-color css
<style>
span { border-color: #DEE452; }
span { border-color: rgb(222,228,82); }
td.TdClassName
{
border-color: #DEE452;
}
.TagClassName
{
border-color: #DEE452;
}
</style>