Shades of Manz #D5E149
Tints of Manz #D5E149
RGB
CMYK
RGB Variations
Color information
#D5E149 (or 0xD5E149) is known color: Manz. HEX triplet: D5, E1 and 49. RGB value is (213,225,73). Sum of RGB (Red+Green+Blue) = 213+225+73=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E149 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E149 is #2A1EB6. Grayscale: #CCCCCC. Windows color (decimal): -2760375 or 4841941. OLE color: 4841941.
HSL color Cylindrical-coordinate representation of color #D5E149: hue angle of 64.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5E149 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 73 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.12 |
| HSL | 64.74º | 0.72% | 0.58% | - |
| HSV(B) | 64.74º | 0.68% | 0.88% | - |
| XYZ | 55.57 | 68.48 | 16.59 | - |
| YUV | 204.08 | 54.02 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 73 | 0.05 | 0 | 0.68 | 0.12 | 64.74 | 0.72 | 0.58 |
| Hex | D5 | E1 | 49 | 5 | 0 | 44 | C | 41 | 48 | 3A |
| Octal | 325 | 341 | 111 | 5 | 0 | 104 | 14 | 101 | 110 | 72 |
| Binary | 11010101 | 11100001 | 1001001 | 101 | 0 | 1000100 | 1100 | 1000001 | 1001000 | 111010 |
Color Harmonies of #D5E149
Complementary color
Monochromatic Colors of #D5E149
Black with #D5E149
Text Example
Text Example
White with #D5E149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E149; }
p { color: rgb(213,225,73); }
H1.HeaderClassName
{
color: #D5E149;
}
.AnyTagClassName
{
color: #D5E149;
}
</style>
background-color css
<style>
a { background-color: #D5E149; }
a { background-color: rgb(213,225,73); }
div.DivClassName
{
background-color: #D5E149;
}
.BgClassName
{
background-color: #D5E149;
}
</style>
border-color css
<style>
span { border-color: #D5E149; }
span { border-color: rgb(213,225,73); }
td.TdClassName
{
border-color: #D5E149;
}
.TagClassName
{
border-color: #D5E149;
}
</style>