Shades of Manz #D5DD57
Tints of Manz #D5DD57
RGB
CMYK
RGB Variations
Color information
#D5DD57 (or 0xD5DD57) is known color: Manz. HEX triplet: D5, DD and 57. RGB value is (213,221,87). Sum of RGB (Red+Green+Blue) = 213+221+87=521 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.88% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 87 (34.38% from 255 or 16.70% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD57 is #2A22A8. Grayscale: #CBCBCB. Windows color (decimal): -2761385 or 5758421. OLE color: 5758421.
HSL color Cylindrical-coordinate representation of color #D5DD57: hue angle of 63.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5DD57 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 221 | 87 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.13 |
| HSL | 63.58º | 0.66% | 0.6% | - |
| HSV(B) | 63.58º | 0.61% | 0.87% | - |
| XYZ | 55.02 | 66.55 | 18.96 | - |
| YUV | 203.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 221 | 87 | 0.04 | 0 | 0.61 | 0.13 | 63.58 | 0.66 | 0.6 |
| Hex | D5 | DD | 57 | 4 | 0 | 3D | D | 40 | 42 | 3C |
| Octal | 325 | 335 | 127 | 4 | 0 | 75 | 15 | 100 | 102 | 74 |
| Binary | 11010101 | 11011101 | 1010111 | 100 | 0 | 111101 | 1101 | 1000000 | 1000010 | 111100 |
Color Harmonies of #D5DD57
Complementary color
Monochromatic Colors of #D5DD57
Black with #D5DD57
Text Example
Text Example
White with #D5DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DD57; }
p { color: rgb(213,221,87); }
H1.HeaderClassName
{
color: #D5DD57;
}
.AnyTagClassName
{
color: #D5DD57;
}
</style>
background-color css
<style>
a { background-color: #D5DD57; }
a { background-color: rgb(213,221,87); }
div.DivClassName
{
background-color: #D5DD57;
}
.BgClassName
{
background-color: #D5DD57;
}
</style>
border-color css
<style>
span { border-color: #D5DD57; }
span { border-color: rgb(213,221,87); }
td.TdClassName
{
border-color: #D5DD57;
}
.TagClassName
{
border-color: #D5DD57;
}
</style>