Shades of Manz #DEE260
Tints of Manz #DEE260
RGB
CMYK
RGB Variations
Color information
#DEE260 (or 0xDEE260) is known color: Manz. HEX triplet: DE, E2 and 60. RGB value is (222,226,96). Sum of RGB (Red+Green+Blue) = 222+226+96=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 96 (37.89% from 255 or 17.65% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE260 is #211D9F. Grayscale: #D2D2D2. Windows color (decimal): -2170272 or 6349534. OLE color: 6349534.
HSL color Cylindrical-coordinate representation of color #DEE260: hue angle of 61.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DEE260 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 96 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.11 |
| HSL | 61.85º | 0.69% | 0.63% | - |
| HSV(B) | 61.85º | 0.58% | 0.89% | - |
| XYZ | 59.43 | 70.77 | 21.59 | - |
| YUV | 209.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 96 | 0.02 | 0 | 0.58 | 0.11 | 61.85 | 0.69 | 0.63 |
| Hex | DE | E2 | 60 | 2 | 0 | 3A | B | 3E | 45 | 3F |
| Octal | 336 | 342 | 140 | 2 | 0 | 72 | 13 | 76 | 105 | 77 |
| Binary | 11011110 | 11100010 | 1100000 | 10 | 0 | 111010 | 1011 | 111110 | 1000101 | 111111 |
Color Harmonies of #DEE260
Complementary color
Monochromatic Colors of #DEE260
Black with #DEE260
Text Example
Text Example
White with #DEE260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE260; }
p { color: rgb(222,226,96); }
H1.HeaderClassName
{
color: #DEE260;
}
.AnyTagClassName
{
color: #DEE260;
}
</style>
background-color css
<style>
a { background-color: #DEE260; }
a { background-color: rgb(222,226,96); }
div.DivClassName
{
background-color: #DEE260;
}
.BgClassName
{
background-color: #DEE260;
}
</style>
border-color css
<style>
span { border-color: #DEE260; }
span { border-color: rgb(222,226,96); }
td.TdClassName
{
border-color: #DEE260;
}
.TagClassName
{
border-color: #DEE260;
}
</style>