Shades of Manz #DDE858
Tints of Manz #DDE858
RGB
CMYK
RGB Variations
Color information
#DDE858 (or 0xDDE858) is known color: Manz. HEX triplet: DD, E8 and 58. RGB value is (221,232,88). Sum of RGB (Red+Green+Blue) = 221+232+88=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 88 (34.77% from 255 or 16.27% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE858 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE858 is #2217A7. Grayscale: #D4D4D4. Windows color (decimal): -2234280 or 5826781. OLE color: 5826781.
HSL color Cylindrical-coordinate representation of color #DDE858: hue angle of 64.58º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDE858 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 88 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.09 |
| HSL | 64.58º | 0.76% | 0.63% | - |
| HSV(B) | 64.58º | 0.62% | 0.91% | - |
| XYZ | 60.44 | 73.79 | 20.29 | - |
| YUV | 212.3 | 57.86 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 88 | 0.05 | 0 | 0.62 | 0.09 | 64.58 | 0.76 | 0.63 |
| Hex | DD | E8 | 58 | 5 | 0 | 3E | 9 | 41 | 4C | 3F |
| Octal | 335 | 350 | 130 | 5 | 0 | 76 | 11 | 101 | 114 | 77 |
| Binary | 11011101 | 11101000 | 1011000 | 101 | 0 | 111110 | 1001 | 1000001 | 1001100 | 111111 |
Color Harmonies of #DDE858
Complementary color
Monochromatic Colors of #DDE858
Black with #DDE858
Text Example
Text Example
White with #DDE858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE858; }
p { color: rgb(221,232,88); }
H1.HeaderClassName
{
color: #DDE858;
}
.AnyTagClassName
{
color: #DDE858;
}
</style>
background-color css
<style>
a { background-color: #DDE858; }
a { background-color: rgb(221,232,88); }
div.DivClassName
{
background-color: #DDE858;
}
.BgClassName
{
background-color: #DDE858;
}
</style>
border-color css
<style>
span { border-color: #DDE858; }
span { border-color: rgb(221,232,88); }
td.TdClassName
{
border-color: #DDE858;
}
.TagClassName
{
border-color: #DDE858;
}
</style>