Shades of Manz #DEEA4A
Tints of Manz #DEEA4A
RGB
CMYK
RGB Variations
Color information
#DEEA4A (or 0xDEEA4A) is known color: Manz. HEX triplet: DE, EA and 4A. RGB value is (222,234,74). Sum of RGB (Red+Green+Blue) = 222+234+74=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 74 (29.30% from 255 or 13.96% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEA4A is #2115B5. Grayscale: #D4D4D4. Windows color (decimal): -2168246 or 4909790. OLE color: 4909790.
HSL color Cylindrical-coordinate representation of color #DEEA4A: hue angle of 64.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEEA4A is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 74 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.08 |
| HSL | 64.5º | 0.79% | 0.6% | - |
| HSV(B) | 64.5º | 0.68% | 0.92% | - |
| XYZ | 60.78 | 74.87 | 17.73 | - |
| YUV | 212.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 74 | 0.05 | 0 | 0.68 | 0.08 | 64.5 | 0.79 | 0.6 |
| Hex | DE | EA | 4A | 5 | 0 | 44 | 8 | 40 | 4F | 3C |
| Octal | 336 | 352 | 112 | 5 | 0 | 104 | 10 | 100 | 117 | 74 |
| Binary | 11011110 | 11101010 | 1001010 | 101 | 0 | 1000100 | 1000 | 1000000 | 1001111 | 111100 |
Color Harmonies of #DEEA4A
Complementary color
Monochromatic Colors of #DEEA4A
Black with #DEEA4A
Text Example
Text Example
White with #DEEA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEA4A; }
p { color: rgb(222,234,74); }
H1.HeaderClassName
{
color: #DEEA4A;
}
.AnyTagClassName
{
color: #DEEA4A;
}
</style>
background-color css
<style>
a { background-color: #DEEA4A; }
a { background-color: rgb(222,234,74); }
div.DivClassName
{
background-color: #DEEA4A;
}
.BgClassName
{
background-color: #DEEA4A;
}
</style>
border-color css
<style>
span { border-color: #DEEA4A; }
span { border-color: rgb(222,234,74); }
td.TdClassName
{
border-color: #DEEA4A;
}
.TagClassName
{
border-color: #DEEA4A;
}
</style>