Shades of Manz #DEE74C
Tints of Manz #DEE74C
RGB
CMYK
RGB Variations
Color information
#DEE74C (or 0xDEE74C) is known color: Manz. HEX triplet: DE, E7 and 4C. RGB value is (222,231,76). Sum of RGB (Red+Green+Blue) = 222+231+76=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 76 (30.08% from 255 or 14.37% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE74C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE74C is #2118B3. Grayscale: #D3D3D3. Windows color (decimal): -2169012 or 5040094. OLE color: 5040094.
HSL color Cylindrical-coordinate representation of color #DEE74C: hue angle of 63.48º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DEE74C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 76 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.09 |
| HSL | 63.48º | 0.76% | 0.6% | - |
| HSV(B) | 63.48º | 0.67% | 0.91% | - |
| XYZ | 60 | 73.2 | 17.8 | - |
| YUV | 210.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 76 | 0.04 | 0 | 0.67 | 0.09 | 63.48 | 0.76 | 0.6 |
| Hex | DE | E7 | 4C | 4 | 0 | 43 | 9 | 3F | 4C | 3C |
| Octal | 336 | 347 | 114 | 4 | 0 | 103 | 11 | 77 | 114 | 74 |
| Binary | 11011110 | 11100111 | 1001100 | 100 | 0 | 1000011 | 1001 | 111111 | 1001100 | 111100 |
Color Harmonies of #DEE74C
Complementary color
Monochromatic Colors of #DEE74C
Black with #DEE74C
Text Example
Text Example
White with #DEE74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE74C; }
p { color: rgb(222,231,76); }
H1.HeaderClassName
{
color: #DEE74C;
}
.AnyTagClassName
{
color: #DEE74C;
}
</style>
background-color css
<style>
a { background-color: #DEE74C; }
a { background-color: rgb(222,231,76); }
div.DivClassName
{
background-color: #DEE74C;
}
.BgClassName
{
background-color: #DEE74C;
}
</style>
border-color css
<style>
span { border-color: #DEE74C; }
span { border-color: rgb(222,231,76); }
td.TdClassName
{
border-color: #DEE74C;
}
.TagClassName
{
border-color: #DEE74C;
}
</style>