Shades of Manz #DEE750
Tints of Manz #DEE750
RGB
CMYK
RGB Variations
Color information
#DEE750 (or 0xDEE750) is known color: Manz. HEX triplet: DE, E7 and 50. RGB value is (222,231,80). Sum of RGB (Red+Green+Blue) = 222+231+80=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE750 is #2118AF. Grayscale: #D3D3D3. Windows color (decimal): -2169008 or 5302238. OLE color: 5302238.
HSL color Cylindrical-coordinate representation of color #DEE750: hue angle of 63.58º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DEE750 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 80 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.09 |
| HSL | 63.58º | 0.76% | 0.61% | - |
| HSV(B) | 63.58º | 0.65% | 0.91% | - |
| XYZ | 60.15 | 73.26 | 18.56 | - |
| YUV | 211.1 | 54.02 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 80 | 0.04 | 0 | 0.65 | 0.09 | 63.58 | 0.76 | 0.61 |
| Hex | DE | E7 | 50 | 4 | 0 | 41 | 9 | 40 | 4C | 3D |
| Octal | 336 | 347 | 120 | 4 | 0 | 101 | 11 | 100 | 114 | 75 |
| Binary | 11011110 | 11100111 | 1010000 | 100 | 0 | 1000001 | 1001 | 1000000 | 1001100 | 111101 |
Color Harmonies of #DEE750
Complementary color
Monochromatic Colors of #DEE750
Black with #DEE750
Text Example
Text Example
White with #DEE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE750; }
p { color: rgb(222,231,80); }
H1.HeaderClassName
{
color: #DEE750;
}
.AnyTagClassName
{
color: #DEE750;
}
</style>
background-color css
<style>
a { background-color: #DEE750; }
a { background-color: rgb(222,231,80); }
div.DivClassName
{
background-color: #DEE750;
}
.BgClassName
{
background-color: #DEE750;
}
</style>
border-color css
<style>
span { border-color: #DEE750; }
span { border-color: rgb(222,231,80); }
td.TdClassName
{
border-color: #DEE750;
}
.TagClassName
{
border-color: #DEE750;
}
</style>