Shades of Manz #DEE54E
Tints of Manz #DEE54E
RGB
CMYK
RGB Variations
Color information
#DEE54E (or 0xDEE54E) is known color: Manz. HEX triplet: DE, E5 and 4E. RGB value is (222,229,78). Sum of RGB (Red+Green+Blue) = 222+229+78=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 229 (89.84% from 255 or 43.29% from 529); Blue value is 78 (30.86% from 255 or 14.74% from 529); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE54E is #211AB1. Grayscale: #D2D2D2. Windows color (decimal): -2169522 or 5170654. OLE color: 5170654.
HSL color Cylindrical-coordinate representation of color #DEE54E: hue angle of 62.78º degrees, saturation: 0.74, 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 #DEE54E is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 78 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.10 |
| HSL | 62.78º | 0.74% | 0.6% | - |
| HSV(B) | 62.78º | 0.66% | 0.9% | - |
| XYZ | 59.52 | 72.12 | 17.99 | - |
| YUV | 209.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 78 | 0.03 | 0 | 0.66 | 0.10 | 62.78 | 0.74 | 0.6 |
| Hex | DE | E5 | 4E | 3 | 0 | 42 | A | 3F | 4A | 3C |
| Octal | 336 | 345 | 116 | 3 | 0 | 102 | 12 | 77 | 112 | 74 |
| Binary | 11011110 | 11100101 | 1001110 | 11 | 0 | 1000010 | 1010 | 111111 | 1001010 | 111100 |
Color Harmonies of #DEE54E
Complementary color
Monochromatic Colors of #DEE54E
Black with #DEE54E
Text Example
Text Example
White with #DEE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE54E; }
p { color: rgb(222,229,78); }
H1.HeaderClassName
{
color: #DEE54E;
}
.AnyTagClassName
{
color: #DEE54E;
}
</style>
background-color css
<style>
a { background-color: #DEE54E; }
a { background-color: rgb(222,229,78); }
div.DivClassName
{
background-color: #DEE54E;
}
.BgClassName
{
background-color: #DEE54E;
}
</style>
border-color css
<style>
span { border-color: #DEE54E; }
span { border-color: rgb(222,229,78); }
td.TdClassName
{
border-color: #DEE54E;
}
.TagClassName
{
border-color: #DEE54E;
}
</style>