Shades of Manz #D7E349
Tints of Manz #D7E349
RGB
CMYK
RGB Variations
Color information
#D7E349 (or 0xD7E349) is known color: Manz. HEX triplet: D7, E3 and 49. RGB value is (215,227,73). Sum of RGB (Red+Green+Blue) = 215+227+73=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E349 is #281CB6. Grayscale: #CECECE. Windows color (decimal): -2628791 or 4842455. OLE color: 4842455.
HSL color Cylindrical-coordinate representation of color #D7E349: hue angle of 64.68º 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 #D7E349 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 227 | 73 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.11 |
| HSL | 64.68º | 0.73% | 0.59% | - |
| HSV(B) | 64.68º | 0.68% | 0.89% | - |
| XYZ | 56.7 | 69.87 | 16.8 | - |
| YUV | 205.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 227 | 73 | 0.05 | 0 | 0.68 | 0.11 | 64.68 | 0.73 | 0.59 |
| Hex | D7 | E3 | 49 | 5 | 0 | 44 | B | 41 | 49 | 3B |
| Octal | 327 | 343 | 111 | 5 | 0 | 104 | 13 | 101 | 111 | 73 |
| Binary | 11010111 | 11100011 | 1001001 | 101 | 0 | 1000100 | 1011 | 1000001 | 1001001 | 111011 |
Color Harmonies of #D7E349
Complementary color
Monochromatic Colors of #D7E349
Black with #D7E349
Text Example
Text Example
White with #D7E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E349; }
p { color: rgb(215,227,73); }
H1.HeaderClassName
{
color: #D7E349;
}
.AnyTagClassName
{
color: #D7E349;
}
</style>
background-color css
<style>
a { background-color: #D7E349; }
a { background-color: rgb(215,227,73); }
div.DivClassName
{
background-color: #D7E349;
}
.BgClassName
{
background-color: #D7E349;
}
</style>
border-color css
<style>
span { border-color: #D7E349; }
span { border-color: rgb(215,227,73); }
td.TdClassName
{
border-color: #D7E349;
}
.TagClassName
{
border-color: #D7E349;
}
</style>