Shades of Manz #D5E249
Tints of Manz #D5E249
RGB
CMYK
RGB Variations
Color information
#D5E249 (or 0xD5E249) is known color: Manz. HEX triplet: D5, E2 and 49. RGB value is (213,226,73). Sum of RGB (Red+Green+Blue) = 213+226+73=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E249 is #2A1DB6. Grayscale: #CDCDCD. Windows color (decimal): -2760119 or 4842197. OLE color: 4842197.
HSL color Cylindrical-coordinate representation of color #D5E249: hue angle of 65.1º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5E249 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 73 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.11 |
| HSL | 65.1º | 0.73% | 0.59% | - |
| HSV(B) | 65.1º | 0.68% | 0.89% | - |
| XYZ | 55.84 | 69.02 | 16.68 | - |
| YUV | 204.67 | 53.69 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 73 | 0.06 | 0 | 0.68 | 0.11 | 65.1 | 0.73 | 0.59 |
| Hex | D5 | E2 | 49 | 6 | 0 | 44 | B | 41 | 49 | 3B |
| Octal | 325 | 342 | 111 | 6 | 0 | 104 | 13 | 101 | 111 | 73 |
| Binary | 11010101 | 11100010 | 1001001 | 110 | 0 | 1000100 | 1011 | 1000001 | 1001001 | 111011 |
Color Harmonies of #D5E249
Complementary color
Monochromatic Colors of #D5E249
Black with #D5E249
Text Example
Text Example
White with #D5E249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E249; }
p { color: rgb(213,226,73); }
H1.HeaderClassName
{
color: #D5E249;
}
.AnyTagClassName
{
color: #D5E249;
}
</style>
background-color css
<style>
a { background-color: #D5E249; }
a { background-color: rgb(213,226,73); }
div.DivClassName
{
background-color: #D5E249;
}
.BgClassName
{
background-color: #D5E249;
}
</style>
border-color css
<style>
span { border-color: #D5E249; }
span { border-color: rgb(213,226,73); }
td.TdClassName
{
border-color: #D5E249;
}
.TagClassName
{
border-color: #D5E249;
}
</style>