Shades of Manz #DEEA50
Tints of Manz #DEEA50
RGB
CMYK
RGB Variations
Color information
#DEEA50 (or 0xDEEA50) is known color: Manz. HEX triplet: DE, EA and 50. RGB value is (222,234,80). Sum of RGB (Red+Green+Blue) = 222+234+80=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA50 is #2115AF. Grayscale: #D5D5D5. Windows color (decimal): -2168240 or 5303006. OLE color: 5303006.
HSL color Cylindrical-coordinate representation of color #DEEA50: hue angle of 64.68º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEEA50 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 80 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.08 |
| HSL | 64.68º | 0.79% | 0.62% | - |
| HSV(B) | 64.68º | 0.66% | 0.92% | - |
| XYZ | 60.99 | 74.95 | 18.84 | - |
| YUV | 212.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 80 | 0.05 | 0 | 0.66 | 0.08 | 64.68 | 0.79 | 0.62 |
| Hex | DE | EA | 50 | 5 | 0 | 42 | 8 | 41 | 4F | 3E |
| Octal | 336 | 352 | 120 | 5 | 0 | 102 | 10 | 101 | 117 | 76 |
| Binary | 11011110 | 11101010 | 1010000 | 101 | 0 | 1000010 | 1000 | 1000001 | 1001111 | 111110 |
Color Harmonies of #DEEA50
Complementary color
Monochromatic Colors of #DEEA50
Black with #DEEA50
Text Example
Text Example
White with #DEEA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA50; }
p { color: rgb(222,234,80); }
H1.HeaderClassName
{
color: #DEEA50;
}
.AnyTagClassName
{
color: #DEEA50;
}
</style>
background-color css
<style>
a { background-color: #DEEA50; }
a { background-color: rgb(222,234,80); }
div.DivClassName
{
background-color: #DEEA50;
}
.BgClassName
{
background-color: #DEEA50;
}
</style>
border-color css
<style>
span { border-color: #DEEA50; }
span { border-color: rgb(222,234,80); }
td.TdClassName
{
border-color: #DEEA50;
}
.TagClassName
{
border-color: #DEEA50;
}
</style>