Shades of Manz #D5DA50
Tints of Manz #D5DA50
RGB
CMYK
RGB Variations
Color information
#D5DA50 (or 0xD5DA50) is known color: Manz. HEX triplet: D5, DA and 50. RGB value is (213,218,80). Sum of RGB (Red+Green+Blue) = 213+218+80=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 80 (31.64% from 255 or 15.66% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA50 is #2A25AF. Grayscale: #C9C9C9. Windows color (decimal): -2762160 or 5298901. OLE color: 5298901.
HSL color Cylindrical-coordinate representation of color #D5DA50: hue angle of 62.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5DA50 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 80 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.15 |
| HSL | 62.17º | 0.65% | 0.58% | - |
| HSV(B) | 62.17º | 0.63% | 0.85% | - |
| XYZ | 53.96 | 64.87 | 17.27 | - |
| YUV | 200.77 | 59.84 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 80 | 0.02 | 0 | 0.63 | 0.15 | 62.17 | 0.65 | 0.58 |
| Hex | D5 | DA | 50 | 2 | 0 | 3F | F | 3E | 41 | 3A |
| Octal | 325 | 332 | 120 | 2 | 0 | 77 | 17 | 76 | 101 | 72 |
| Binary | 11010101 | 11011010 | 1010000 | 10 | 0 | 111111 | 1111 | 111110 | 1000001 | 111010 |
Color Harmonies of #D5DA50
Complementary color
Monochromatic Colors of #D5DA50
Black with #D5DA50
Text Example
Text Example
White with #D5DA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA50; }
p { color: rgb(213,218,80); }
H1.HeaderClassName
{
color: #D5DA50;
}
.AnyTagClassName
{
color: #D5DA50;
}
</style>
background-color css
<style>
a { background-color: #D5DA50; }
a { background-color: rgb(213,218,80); }
div.DivClassName
{
background-color: #D5DA50;
}
.BgClassName
{
background-color: #D5DA50;
}
</style>
border-color css
<style>
span { border-color: #D5DA50; }
span { border-color: rgb(213,218,80); }
td.TdClassName
{
border-color: #D5DA50;
}
.TagClassName
{
border-color: #D5DA50;
}
</style>