Shades of Manz #DEEF4D
Tints of Manz #DEEF4D
RGB
CMYK
RGB Variations
Color information
#DEEF4D (or 0xDEEF4D) is known color: Manz. HEX triplet: DE, EF and 4D. RGB value is (222,239,77). Sum of RGB (Red+Green+Blue) = 222+239+77=538 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.26% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF4D is #2110B2. Grayscale: #D8D8D8. Windows color (decimal): -2166963 or 5107678. OLE color: 5107678.
HSL color Cylindrical-coordinate representation of color #DEEF4D: hue angle of 66.3º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEEF4D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 77 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.06 |
| HSL | 66.3º | 0.84% | 0.62% | - |
| HSV(B) | 66.3º | 0.68% | 0.94% | - |
| XYZ | 62.33 | 77.8 | 18.75 | - |
| YUV | 215.45 | 49.87 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 77 | 0.07 | 0 | 0.68 | 0.06 | 66.3 | 0.84 | 0.62 |
| Hex | DE | EF | 4D | 7 | 0 | 44 | 6 | 42 | 54 | 3E |
| Octal | 336 | 357 | 115 | 7 | 0 | 104 | 6 | 102 | 124 | 76 |
| Binary | 11011110 | 11101111 | 1001101 | 111 | 0 | 1000100 | 110 | 1000010 | 1010100 | 111110 |
Color Harmonies of #DEEF4D
Complementary color
Monochromatic Colors of #DEEF4D
Black with #DEEF4D
Text Example
Text Example
White with #DEEF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF4D; }
p { color: rgb(222,239,77); }
H1.HeaderClassName
{
color: #DEEF4D;
}
.AnyTagClassName
{
color: #DEEF4D;
}
</style>
background-color css
<style>
a { background-color: #DEEF4D; }
a { background-color: rgb(222,239,77); }
div.DivClassName
{
background-color: #DEEF4D;
}
.BgClassName
{
background-color: #DEEF4D;
}
</style>
border-color css
<style>
span { border-color: #DEEF4D; }
span { border-color: rgb(222,239,77); }
td.TdClassName
{
border-color: #DEEF4D;
}
.TagClassName
{
border-color: #DEEF4D;
}
</style>