Shades of Manz #DEE54D
Tints of Manz #DEE54D
RGB
CMYK
RGB Variations
Color information
#DEE54D (or 0xDEE54D) is known color: Manz. HEX triplet: DE, E5 and 4D. RGB value is (222,229,77). Sum of RGB (Red+Green+Blue) = 222+229+77=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 77 (30.47% from 255 or 14.58% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE54D is #211AB2. Grayscale: #D2D2D2. Windows color (decimal): -2169523 or 5105118. OLE color: 5105118.
HSL color Cylindrical-coordinate representation of color #DEE54D: hue angle of 62.76º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE54D is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 77 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.10 |
| HSL | 62.76º | 0.75% | 0.6% | - |
| HSV(B) | 62.76º | 0.66% | 0.9% | - |
| XYZ | 59.48 | 72.1 | 17.8 | - |
| YUV | 209.58 | 53.18 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 77 | 0.03 | 0 | 0.66 | 0.10 | 62.76 | 0.75 | 0.6 |
| Hex | DE | E5 | 4D | 3 | 0 | 42 | A | 3F | 4B | 3C |
| Octal | 336 | 345 | 115 | 3 | 0 | 102 | 12 | 77 | 113 | 74 |
| Binary | 11011110 | 11100101 | 1001101 | 11 | 0 | 1000010 | 1010 | 111111 | 1001011 | 111100 |
Color Harmonies of #DEE54D
Complementary color
Monochromatic Colors of #DEE54D
Black with #DEE54D
Text Example
Text Example
White with #DEE54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE54D; }
p { color: rgb(222,229,77); }
H1.HeaderClassName
{
color: #DEE54D;
}
.AnyTagClassName
{
color: #DEE54D;
}
</style>
background-color css
<style>
a { background-color: #DEE54D; }
a { background-color: rgb(222,229,77); }
div.DivClassName
{
background-color: #DEE54D;
}
.BgClassName
{
background-color: #DEE54D;
}
</style>
border-color css
<style>
span { border-color: #DEE54D; }
span { border-color: rgb(222,229,77); }
td.TdClassName
{
border-color: #DEE54D;
}
.TagClassName
{
border-color: #DEE54D;
}
</style>