Shades of Manz #D5DD50
Tints of Manz #D5DD50
RGB
CMYK
RGB Variations
Color information
#D5DD50 (or 0xD5DD50) is known color: Manz. HEX triplet: D5, DD and 50. RGB value is (213,221,80). Sum of RGB (Red+Green+Blue) = 213+221+80=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD50 is #2A22AF. Grayscale: #CBCBCB. Windows color (decimal): -2761392 or 5299669. OLE color: 5299669.
HSL color Cylindrical-coordinate representation of color #D5DD50: hue angle of 63.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D5DD50 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 80 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.13 |
| HSL | 63.4º | 0.67% | 0.59% | - |
| HSV(B) | 63.4º | 0.64% | 0.87% | - |
| XYZ | 54.75 | 66.44 | 17.53 | - |
| YUV | 202.53 | 58.85 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 80 | 0.04 | 0 | 0.64 | 0.13 | 63.4 | 0.67 | 0.59 |
| Hex | D5 | DD | 50 | 4 | 0 | 40 | D | 3F | 43 | 3B |
| Octal | 325 | 335 | 120 | 4 | 0 | 100 | 15 | 77 | 103 | 73 |
| Binary | 11010101 | 11011101 | 1010000 | 100 | 0 | 1000000 | 1101 | 111111 | 1000011 | 111011 |
Color Harmonies of #D5DD50
Complementary color
Monochromatic Colors of #D5DD50
Black with #D5DD50
Text Example
Text Example
White with #D5DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD50; }
p { color: rgb(213,221,80); }
H1.HeaderClassName
{
color: #D5DD50;
}
.AnyTagClassName
{
color: #D5DD50;
}
</style>
background-color css
<style>
a { background-color: #D5DD50; }
a { background-color: rgb(213,221,80); }
div.DivClassName
{
background-color: #D5DD50;
}
.BgClassName
{
background-color: #D5DD50;
}
</style>
border-color css
<style>
span { border-color: #D5DD50; }
span { border-color: rgb(213,221,80); }
td.TdClassName
{
border-color: #D5DD50;
}
.TagClassName
{
border-color: #D5DD50;
}
</style>