Shades of Manz #DEE84B
Tints of Manz #DEE84B
RGB
CMYK
RGB Variations
Color information
#DEE84B (or 0xDEE84B) is known color: Manz. HEX triplet: DE, E8 and 4B. RGB value is (222,232,75). Sum of RGB (Red+Green+Blue) = 222+232+75=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 232 (91.02% from 255 or 43.86% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEE84B is #2117B4. Grayscale: #D3D3D3. Windows color (decimal): -2168757 or 4974814. OLE color: 4974814.
HSL color Cylindrical-coordinate representation of color #DEE84B: hue angle of 63.82º 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 #DEE84B is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 232 | 75 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.09 |
| HSL | 63.82º | 0.77% | 0.6% | - |
| HSV(B) | 63.82º | 0.68% | 0.91% | - |
| XYZ | 60.25 | 73.75 | 17.72 | - |
| YUV | 211.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 232 | 75 | 0.04 | 0 | 0.68 | 0.09 | 63.82 | 0.77 | 0.6 |
| Hex | DE | E8 | 4B | 4 | 0 | 44 | 9 | 40 | 4D | 3C |
| Octal | 336 | 350 | 113 | 4 | 0 | 104 | 11 | 100 | 115 | 74 |
| Binary | 11011110 | 11101000 | 1001011 | 100 | 0 | 1000100 | 1001 | 1000000 | 1001101 | 111100 |
Color Harmonies of #DEE84B
Complementary color
Monochromatic Colors of #DEE84B
Black with #DEE84B
Text Example
Text Example
White with #DEE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE84B; }
p { color: rgb(222,232,75); }
H1.HeaderClassName
{
color: #DEE84B;
}
.AnyTagClassName
{
color: #DEE84B;
}
</style>
background-color css
<style>
a { background-color: #DEE84B; }
a { background-color: rgb(222,232,75); }
div.DivClassName
{
background-color: #DEE84B;
}
.BgClassName
{
background-color: #DEE84B;
}
</style>
border-color css
<style>
span { border-color: #DEE84B; }
span { border-color: rgb(222,232,75); }
td.TdClassName
{
border-color: #DEE84B;
}
.TagClassName
{
border-color: #DEE84B;
}
</style>