Shades of Manz #DEE74F
Tints of Manz #DEE74F
RGB
CMYK
RGB Variations
Color information
#DEE74F (or 0xDEE74F) is known color: Manz. HEX triplet: DE, E7 and 4F. RGB value is (222,231,79). Sum of RGB (Red+Green+Blue) = 222+231+79=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE74F is #2118B0. Grayscale: #D3D3D3. Windows color (decimal): -2169009 or 5236702. OLE color: 5236702.
HSL color Cylindrical-coordinate representation of color #DEE74F: hue angle of 63.55º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEE74F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 79 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.09 |
| HSL | 63.55º | 0.76% | 0.61% | - |
| HSV(B) | 63.55º | 0.66% | 0.91% | - |
| XYZ | 60.11 | 73.25 | 18.37 | - |
| YUV | 210.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 79 | 0.04 | 0 | 0.66 | 0.09 | 63.55 | 0.76 | 0.61 |
| Hex | DE | E7 | 4F | 4 | 0 | 42 | 9 | 40 | 4C | 3D |
| Octal | 336 | 347 | 117 | 4 | 0 | 102 | 11 | 100 | 114 | 75 |
| Binary | 11011110 | 11100111 | 1001111 | 100 | 0 | 1000010 | 1001 | 1000000 | 1001100 | 111101 |
Color Harmonies of #DEE74F
Complementary color
Monochromatic Colors of #DEE74F
Black with #DEE74F
Text Example
Text Example
White with #DEE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE74F; }
p { color: rgb(222,231,79); }
H1.HeaderClassName
{
color: #DEE74F;
}
.AnyTagClassName
{
color: #DEE74F;
}
</style>
background-color css
<style>
a { background-color: #DEE74F; }
a { background-color: rgb(222,231,79); }
div.DivClassName
{
background-color: #DEE74F;
}
.BgClassName
{
background-color: #DEE74F;
}
</style>
border-color css
<style>
span { border-color: #DEE74F; }
span { border-color: rgb(222,231,79); }
td.TdClassName
{
border-color: #DEE74F;
}
.TagClassName
{
border-color: #DEE74F;
}
</style>