Shades of Manz #DEEC4F
Tints of Manz #DEEC4F
RGB
CMYK
RGB Variations
Color information
#DEEC4F (or 0xDEEC4F) is known color: Manz. HEX triplet: DE, EC and 4F. RGB value is (222,236,79). Sum of RGB (Red+Green+Blue) = 222+236+79=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 236 (92.58% from 255 or 43.95% from 537); Blue value is 79 (31.25% from 255 or 14.71% from 537); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC4F is #2113B0. Grayscale: #D6D6D6. Windows color (decimal): -2167729 or 5237982. OLE color: 5237982.
HSL color Cylindrical-coordinate representation of color #DEEC4F: hue angle of 65.35º degrees, saturation: 0.81, 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 #DEEC4F is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 79 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.07 |
| HSL | 65.35º | 0.81% | 0.62% | - |
| HSV(B) | 65.35º | 0.67% | 0.93% | - |
| XYZ | 61.53 | 76.09 | 18.84 | - |
| YUV | 213.92 | 51.86 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 79 | 0.06 | 0 | 0.67 | 0.07 | 65.35 | 0.81 | 0.62 |
| Hex | DE | EC | 4F | 6 | 0 | 43 | 7 | 41 | 51 | 3E |
| Octal | 336 | 354 | 117 | 6 | 0 | 103 | 7 | 101 | 121 | 76 |
| Binary | 11011110 | 11101100 | 1001111 | 110 | 0 | 1000011 | 111 | 1000001 | 1010001 | 111110 |
Color Harmonies of #DEEC4F
Complementary color
Monochromatic Colors of #DEEC4F
Black with #DEEC4F
Text Example
Text Example
White with #DEEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC4F; }
p { color: rgb(222,236,79); }
H1.HeaderClassName
{
color: #DEEC4F;
}
.AnyTagClassName
{
color: #DEEC4F;
}
</style>
background-color css
<style>
a { background-color: #DEEC4F; }
a { background-color: rgb(222,236,79); }
div.DivClassName
{
background-color: #DEEC4F;
}
.BgClassName
{
background-color: #DEEC4F;
}
</style>
border-color css
<style>
span { border-color: #DEEC4F; }
span { border-color: rgb(222,236,79); }
td.TdClassName
{
border-color: #DEEC4F;
}
.TagClassName
{
border-color: #DEEC4F;
}
</style>