Shades of Manz #DDE850
Tints of Manz #DDE850
RGB
CMYK
RGB Variations
Color information
#DDE850 (or 0xDDE850) is known color: Manz. HEX triplet: DD, E8 and 50. RGB value is (221,232,80). Sum of RGB (Red+Green+Blue) = 221+232+80=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE850 is #2217AF. Grayscale: #D3D3D3. Windows color (decimal): -2234288 or 5302493. OLE color: 5302493.
HSL color Cylindrical-coordinate representation of color #DDE850: hue angle of 64.34º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDE850 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 232 | 80 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.09 |
| HSL | 64.34º | 0.77% | 0.61% | - |
| HSV(B) | 64.34º | 0.66% | 0.91% | - |
| XYZ | 60.12 | 73.66 | 18.64 | - |
| YUV | 211.38 | 53.86 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 80 | 0.05 | 0 | 0.66 | 0.09 | 64.34 | 0.77 | 0.61 |
| Hex | DD | E8 | 50 | 5 | 0 | 42 | 9 | 40 | 4D | 3D |
| Octal | 335 | 350 | 120 | 5 | 0 | 102 | 11 | 100 | 115 | 75 |
| Binary | 11011101 | 11101000 | 1010000 | 101 | 0 | 1000010 | 1001 | 1000000 | 1001101 | 111101 |
Color Harmonies of #DDE850
Complementary color
Monochromatic Colors of #DDE850
Black with #DDE850
Text Example
Text Example
White with #DDE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE850; }
p { color: rgb(221,232,80); }
H1.HeaderClassName
{
color: #DDE850;
}
.AnyTagClassName
{
color: #DDE850;
}
</style>
background-color css
<style>
a { background-color: #DDE850; }
a { background-color: rgb(221,232,80); }
div.DivClassName
{
background-color: #DDE850;
}
.BgClassName
{
background-color: #DDE850;
}
</style>
border-color css
<style>
span { border-color: #DDE850; }
span { border-color: rgb(221,232,80); }
td.TdClassName
{
border-color: #DDE850;
}
.TagClassName
{
border-color: #DDE850;
}
</style>