Shades of Manz #DEE74D
Tints of Manz #DEE74D
RGB
CMYK
RGB Variations
Color information
#DEE74D (or 0xDEE74D) is known color: Manz. HEX triplet: DE, E7 and 4D. RGB value is (222,231,77). Sum of RGB (Red+Green+Blue) = 222+231+77=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 77 (30.47% from 255 or 14.53% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE74D is #2118B2. Grayscale: #D3D3D3. Windows color (decimal): -2169011 or 5105630. OLE color: 5105630.
HSL color Cylindrical-coordinate representation of color #DEE74D: hue angle of 63.51º 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 #DEE74D is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 77 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.09 |
| HSL | 63.51º | 0.76% | 0.6% | - |
| HSV(B) | 63.51º | 0.67% | 0.91% | - |
| XYZ | 60.04 | 73.22 | 17.99 | - |
| YUV | 210.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 77 | 0.04 | 0 | 0.67 | 0.09 | 63.51 | 0.76 | 0.6 |
| Hex | DE | E7 | 4D | 4 | 0 | 43 | 9 | 40 | 4C | 3C |
| Octal | 336 | 347 | 115 | 4 | 0 | 103 | 11 | 100 | 114 | 74 |
| Binary | 11011110 | 11100111 | 1001101 | 100 | 0 | 1000011 | 1001 | 1000000 | 1001100 | 111100 |
Color Harmonies of #DEE74D
Complementary color
Monochromatic Colors of #DEE74D
Black with #DEE74D
Text Example
Text Example
White with #DEE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE74D; }
p { color: rgb(222,231,77); }
H1.HeaderClassName
{
color: #DEE74D;
}
.AnyTagClassName
{
color: #DEE74D;
}
</style>
background-color css
<style>
a { background-color: #DEE74D; }
a { background-color: rgb(222,231,77); }
div.DivClassName
{
background-color: #DEE74D;
}
.BgClassName
{
background-color: #DEE74D;
}
</style>
border-color css
<style>
span { border-color: #DEE74D; }
span { border-color: rgb(222,231,77); }
td.TdClassName
{
border-color: #DEE74D;
}
.TagClassName
{
border-color: #DEE74D;
}
</style>