Shades of Manz #DEEF4A
Tints of Manz #DEEF4A
RGB
CMYK
RGB Variations
Color information
#DEEF4A (or 0xDEEF4A) is known color: Manz. HEX triplet: DE, EF and 4A. RGB value is (222,239,74). Sum of RGB (Red+Green+Blue) = 222+239+74=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 74 (29.30% from 255 or 13.83% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEF4A is #2110B5. Grayscale: #D7D7D7. Windows color (decimal): -2166966 or 4911070. OLE color: 4911070.
HSL color Cylindrical-coordinate representation of color #DEEF4A: hue angle of 66.18º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEEF4A is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 74 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.06 |
| HSL | 66.18º | 0.84% | 0.61% | - |
| HSV(B) | 66.18º | 0.69% | 0.94% | - |
| XYZ | 62.23 | 77.76 | 18.21 | - |
| YUV | 215.11 | 48.37 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 74 | 0.07 | 0 | 0.69 | 0.06 | 66.18 | 0.84 | 0.61 |
| Hex | DE | EF | 4A | 7 | 0 | 45 | 6 | 42 | 54 | 3D |
| Octal | 336 | 357 | 112 | 7 | 0 | 105 | 6 | 102 | 124 | 75 |
| Binary | 11011110 | 11101111 | 1001010 | 111 | 0 | 1000101 | 110 | 1000010 | 1010100 | 111101 |
Color Harmonies of #DEEF4A
Complementary color
Monochromatic Colors of #DEEF4A
Black with #DEEF4A
Text Example
Text Example
White with #DEEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF4A; }
p { color: rgb(222,239,74); }
H1.HeaderClassName
{
color: #DEEF4A;
}
.AnyTagClassName
{
color: #DEEF4A;
}
</style>
background-color css
<style>
a { background-color: #DEEF4A; }
a { background-color: rgb(222,239,74); }
div.DivClassName
{
background-color: #DEEF4A;
}
.BgClassName
{
background-color: #DEEF4A;
}
</style>
border-color css
<style>
span { border-color: #DEEF4A; }
span { border-color: rgb(222,239,74); }
td.TdClassName
{
border-color: #DEEF4A;
}
.TagClassName
{
border-color: #DEEF4A;
}
</style>