Shades of Manz #D4E350
Tints of Manz #D4E350
RGB
CMYK
RGB Variations
Color information
#D4E350 (or 0xD4E350) is known color: Manz. HEX triplet: D4, E3 and 50. RGB value is (212,227,80). Sum of RGB (Red+Green+Blue) = 212+227+80=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E350 is #2B1CAF. Grayscale: #CECECE. Windows color (decimal): -2825392 or 5301204. OLE color: 5301204.
HSL color Cylindrical-coordinate representation of color #D4E350: hue angle of 66.12º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4E350 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 227 | 80 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.11 |
| HSL | 66.12º | 0.72% | 0.6% | - |
| HSV(B) | 66.12º | 0.65% | 0.89% | - |
| XYZ | 56.07 | 69.51 | 18.05 | - |
| YUV | 205.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 227 | 80 | 0.07 | 0 | 0.65 | 0.11 | 66.12 | 0.72 | 0.6 |
| Hex | D4 | E3 | 50 | 7 | 0 | 41 | B | 42 | 48 | 3C |
| Octal | 324 | 343 | 120 | 7 | 0 | 101 | 13 | 102 | 110 | 74 |
| Binary | 11010100 | 11100011 | 1010000 | 111 | 0 | 1000001 | 1011 | 1000010 | 1001000 | 111100 |
Color Harmonies of #D4E350
Complementary color
Monochromatic Colors of #D4E350
Black with #D4E350
Text Example
Text Example
White with #D4E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E350; }
p { color: rgb(212,227,80); }
H1.HeaderClassName
{
color: #D4E350;
}
.AnyTagClassName
{
color: #D4E350;
}
</style>
background-color css
<style>
a { background-color: #D4E350; }
a { background-color: rgb(212,227,80); }
div.DivClassName
{
background-color: #D4E350;
}
.BgClassName
{
background-color: #D4E350;
}
</style>
border-color css
<style>
span { border-color: #D4E350; }
span { border-color: rgb(212,227,80); }
td.TdClassName
{
border-color: #D4E350;
}
.TagClassName
{
border-color: #D4E350;
}
</style>