Shades of Manz #DEEE4E
Tints of Manz #DEEE4E
RGB
CMYK
RGB Variations
Color information
#DEEE4E (or 0xDEEE4E) is known color: Manz. HEX triplet: DE, EE and 4E. RGB value is (222,238,78). Sum of RGB (Red+Green+Blue) = 222+238+78=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 238 (93.36% from 255 or 44.24% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE4E is #2111B1. Grayscale: #D7D7D7. Windows color (decimal): -2167218 or 5172958. OLE color: 5172958.
HSL color Cylindrical-coordinate representation of color #DEEE4E: hue angle of 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 #DEEE4E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 78 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.07 |
| HSL | 66º | 0.82% | 0.62% | - |
| HSV(B) | 66º | 0.67% | 0.93% | - |
| XYZ | 62.07 | 77.23 | 18.84 | - |
| YUV | 214.98 | 50.7 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 78 | 0.07 | 0 | 0.67 | 0.07 | 66 | 0.82 | 0.62 |
| Hex | DE | EE | 4E | 7 | 0 | 43 | 7 | 42 | 52 | 3E |
| Octal | 336 | 356 | 116 | 7 | 0 | 103 | 7 | 102 | 122 | 76 |
| Binary | 11011110 | 11101110 | 1001110 | 111 | 0 | 1000011 | 111 | 1000010 | 1010010 | 111110 |
Color Harmonies of #DEEE4E
Complementary color
Monochromatic Colors of #DEEE4E
Black with #DEEE4E
Text Example
Text Example
White with #DEEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE4E; }
p { color: rgb(222,238,78); }
H1.HeaderClassName
{
color: #DEEE4E;
}
.AnyTagClassName
{
color: #DEEE4E;
}
</style>
background-color css
<style>
a { background-color: #DEEE4E; }
a { background-color: rgb(222,238,78); }
div.DivClassName
{
background-color: #DEEE4E;
}
.BgClassName
{
background-color: #DEEE4E;
}
</style>
border-color css
<style>
span { border-color: #DEEE4E; }
span { border-color: rgb(222,238,78); }
td.TdClassName
{
border-color: #DEEE4E;
}
.TagClassName
{
border-color: #DEEE4E;
}
</style>