Shades of Manz #D5E350
Tints of Manz #D5E350
RGB
CMYK
RGB Variations
Color information
#D5E350 (or 0xD5E350) is known color: Manz. HEX triplet: D5, E3 and 50. RGB value is (213,227,80). Sum of RGB (Red+Green+Blue) = 213+227+80=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E350 is #2A1CAF. Grayscale: #CECECE. Windows color (decimal): -2759856 or 5301205. OLE color: 5301205.
HSL color Cylindrical-coordinate representation of color #D5E350: hue angle of 65.71º 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 #D5E350 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 80 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.11 |
| HSL | 65.71º | 0.72% | 0.6% | - |
| HSV(B) | 65.71º | 0.65% | 0.89% | - |
| XYZ | 56.36 | 69.66 | 18.07 | - |
| YUV | 206.06 | 56.86 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 80 | 0.06 | 0 | 0.65 | 0.11 | 65.71 | 0.72 | 0.6 |
| Hex | D5 | E3 | 50 | 6 | 0 | 41 | B | 42 | 48 | 3C |
| Octal | 325 | 343 | 120 | 6 | 0 | 101 | 13 | 102 | 110 | 74 |
| Binary | 11010101 | 11100011 | 1010000 | 110 | 0 | 1000001 | 1011 | 1000010 | 1001000 | 111100 |
Color Harmonies of #D5E350
Complementary color
Monochromatic Colors of #D5E350
Black with #D5E350
Text Example
Text Example
White with #D5E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E350; }
p { color: rgb(213,227,80); }
H1.HeaderClassName
{
color: #D5E350;
}
.AnyTagClassName
{
color: #D5E350;
}
</style>
background-color css
<style>
a { background-color: #D5E350; }
a { background-color: rgb(213,227,80); }
div.DivClassName
{
background-color: #D5E350;
}
.BgClassName
{
background-color: #D5E350;
}
</style>
border-color css
<style>
span { border-color: #D5E350; }
span { border-color: rgb(213,227,80); }
td.TdClassName
{
border-color: #D5E350;
}
.TagClassName
{
border-color: #D5E350;
}
</style>