Shades of Manz #DEE450
Tints of Manz #DEE450
RGB
CMYK
RGB Variations
Color information
#DEE450 (or 0xDEE450) is known color: Manz. HEX triplet: DE, E4 and 50. RGB value is (222,228,80). Sum of RGB (Red+Green+Blue) = 222+228+80=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE450 is #211BAF. Grayscale: #D1D1D1. Windows color (decimal): -2169776 or 5301470. OLE color: 5301470.
HSL color Cylindrical-coordinate representation of color #DEE450: hue angle of 62.43º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE450 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 80 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.11 |
| HSL | 62.43º | 0.73% | 0.6% | - |
| HSV(B) | 62.43º | 0.65% | 0.89% | - |
| XYZ | 59.32 | 71.6 | 18.28 | - |
| YUV | 209.33 | 55.01 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 80 | 0.03 | 0 | 0.65 | 0.11 | 62.43 | 0.73 | 0.6 |
| Hex | DE | E4 | 50 | 3 | 0 | 41 | B | 3E | 49 | 3C |
| Octal | 336 | 344 | 120 | 3 | 0 | 101 | 13 | 76 | 111 | 74 |
| Binary | 11011110 | 11100100 | 1010000 | 11 | 0 | 1000001 | 1011 | 111110 | 1001001 | 111100 |
Color Harmonies of #DEE450
Complementary color
Monochromatic Colors of #DEE450
Black with #DEE450
Text Example
Text Example
White with #DEE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE450; }
p { color: rgb(222,228,80); }
H1.HeaderClassName
{
color: #DEE450;
}
.AnyTagClassName
{
color: #DEE450;
}
</style>
background-color css
<style>
a { background-color: #DEE450; }
a { background-color: rgb(222,228,80); }
div.DivClassName
{
background-color: #DEE450;
}
.BgClassName
{
background-color: #DEE450;
}
</style>
border-color css
<style>
span { border-color: #DEE450; }
span { border-color: rgb(222,228,80); }
td.TdClassName
{
border-color: #DEE450;
}
.TagClassName
{
border-color: #DEE450;
}
</style>