Shades of Manz #DEEF4C
Tints of Manz #DEEF4C
RGB
CMYK
RGB Variations
Color information
#DEEF4C (or 0xDEEF4C) is known color: Manz. HEX triplet: DE, EF and 4C. RGB value is (222,239,76). Sum of RGB (Red+Green+Blue) = 222+239+76=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 239 (93.75% from 255 or 44.51% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF4C is #2110B3. Grayscale: #D7D7D7. Windows color (decimal): -2166964 or 5042142. OLE color: 5042142.
HSL color Cylindrical-coordinate representation of color #DEEF4C: hue angle of 66.26º 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 #DEEF4C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.06 |
| HSL | 66.26º | 0.84% | 0.62% | - |
| HSV(B) | 66.26º | 0.68% | 0.94% | - |
| XYZ | 62.3 | 77.78 | 18.57 | - |
| YUV | 215.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 76 | 0.07 | 0 | 0.68 | 0.06 | 66.26 | 0.84 | 0.62 |
| Hex | DE | EF | 4C | 7 | 0 | 44 | 6 | 42 | 54 | 3E |
| Octal | 336 | 357 | 114 | 7 | 0 | 104 | 6 | 102 | 124 | 76 |
| Binary | 11011110 | 11101111 | 1001100 | 111 | 0 | 1000100 | 110 | 1000010 | 1010100 | 111110 |
Color Harmonies of #DEEF4C
Complementary color
Monochromatic Colors of #DEEF4C
Black with #DEEF4C
Text Example
Text Example
White with #DEEF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF4C; }
p { color: rgb(222,239,76); }
H1.HeaderClassName
{
color: #DEEF4C;
}
.AnyTagClassName
{
color: #DEEF4C;
}
</style>
background-color css
<style>
a { background-color: #DEEF4C; }
a { background-color: rgb(222,239,76); }
div.DivClassName
{
background-color: #DEEF4C;
}
.BgClassName
{
background-color: #DEEF4C;
}
</style>
border-color css
<style>
span { border-color: #DEEF4C; }
span { border-color: rgb(222,239,76); }
td.TdClassName
{
border-color: #DEEF4C;
}
.TagClassName
{
border-color: #DEEF4C;
}
</style>