Shades of Manz #DEED4E
Tints of Manz #DEED4E
RGB
CMYK
RGB Variations
Color information
#DEED4E (or 0xDEED4E) is known color: Manz. HEX triplet: DE, ED and 4E. RGB value is (222,237,78). Sum of RGB (Red+Green+Blue) = 222+237+78=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED4E is #2112B1. Grayscale: #D7D7D7. Windows color (decimal): -2167474 or 5172702. OLE color: 5172702.
HSL color Cylindrical-coordinate representation of color #DEED4E: hue angle of 65.66º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEED4E is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 78 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.07 |
| HSL | 65.66º | 0.82% | 0.62% | - |
| HSV(B) | 65.66º | 0.67% | 0.93% | - |
| XYZ | 61.78 | 76.65 | 18.75 | - |
| YUV | 214.39 | 51.03 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 78 | 0.06 | 0 | 0.67 | 0.07 | 65.66 | 0.82 | 0.62 |
| Hex | DE | ED | 4E | 6 | 0 | 43 | 7 | 42 | 52 | 3E |
| Octal | 336 | 355 | 116 | 6 | 0 | 103 | 7 | 102 | 122 | 76 |
| Binary | 11011110 | 11101101 | 1001110 | 110 | 0 | 1000011 | 111 | 1000010 | 1010010 | 111110 |
Color Harmonies of #DEED4E
Complementary color
Monochromatic Colors of #DEED4E
Black with #DEED4E
Text Example
Text Example
White with #DEED4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED4E; }
p { color: rgb(222,237,78); }
H1.HeaderClassName
{
color: #DEED4E;
}
.AnyTagClassName
{
color: #DEED4E;
}
</style>
background-color css
<style>
a { background-color: #DEED4E; }
a { background-color: rgb(222,237,78); }
div.DivClassName
{
background-color: #DEED4E;
}
.BgClassName
{
background-color: #DEED4E;
}
</style>
border-color css
<style>
span { border-color: #DEED4E; }
span { border-color: rgb(222,237,78); }
td.TdClassName
{
border-color: #DEED4E;
}
.TagClassName
{
border-color: #DEED4E;
}
</style>