Shades of Manz #DEE74A
Tints of Manz #DEE74A
RGB
CMYK
RGB Variations
Color information
#DEE74A (or 0xDEE74A) is known color: Manz. HEX triplet: DE, E7 and 4A. RGB value is (222,231,74). Sum of RGB (Red+Green+Blue) = 222+231+74=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE74A is #2118B5. Grayscale: #D3D3D3. Windows color (decimal): -2169014 or 4909022. OLE color: 4909022.
HSL color Cylindrical-coordinate representation of color #DEE74A: hue angle of 63.44º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEE74A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 74 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.09 |
| HSL | 63.44º | 0.77% | 0.6% | - |
| HSV(B) | 63.44º | 0.68% | 0.91% | - |
| XYZ | 59.94 | 73.18 | 17.44 | - |
| YUV | 210.41 | 51.02 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 74 | 0.04 | 0 | 0.68 | 0.09 | 63.44 | 0.77 | 0.6 |
| Hex | DE | E7 | 4A | 4 | 0 | 44 | 9 | 3F | 4D | 3C |
| Octal | 336 | 347 | 112 | 4 | 0 | 104 | 11 | 77 | 115 | 74 |
| Binary | 11011110 | 11100111 | 1001010 | 100 | 0 | 1000100 | 1001 | 111111 | 1001101 | 111100 |
Color Harmonies of #DEE74A
Complementary color
Monochromatic Colors of #DEE74A
Black with #DEE74A
Text Example
Text Example
White with #DEE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE74A; }
p { color: rgb(222,231,74); }
H1.HeaderClassName
{
color: #DEE74A;
}
.AnyTagClassName
{
color: #DEE74A;
}
</style>
background-color css
<style>
a { background-color: #DEE74A; }
a { background-color: rgb(222,231,74); }
div.DivClassName
{
background-color: #DEE74A;
}
.BgClassName
{
background-color: #DEE74A;
}
</style>
border-color css
<style>
span { border-color: #DEE74A; }
span { border-color: rgb(222,231,74); }
td.TdClassName
{
border-color: #DEE74A;
}
.TagClassName
{
border-color: #DEE74A;
}
</style>