Shades of Manz #D2E350
Tints of Manz #D2E350
RGB
CMYK
RGB Variations
Color information
#D2E350 (or 0xD2E350) is known color: Manz. HEX triplet: D2, E3 and 50. RGB value is (210,227,80). Sum of RGB (Red+Green+Blue) = 210+227+80=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E350 is #2D1CAF. Grayscale: #CDCDCD. Windows color (decimal): -2956464 or 5301202. OLE color: 5301202.
HSL color Cylindrical-coordinate representation of color #D2E350: hue angle of 66.94º 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 #D2E350 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 80 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.11 |
| HSL | 66.94º | 0.72% | 0.6% | - |
| HSV(B) | 66.94º | 0.65% | 0.89% | - |
| XYZ | 55.5 | 69.22 | 18.03 | - |
| YUV | 205.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 80 | 0.07 | 0 | 0.65 | 0.11 | 66.94 | 0.72 | 0.6 |
| Hex | D2 | E3 | 50 | 7 | 0 | 41 | B | 43 | 48 | 3C |
| Octal | 322 | 343 | 120 | 7 | 0 | 101 | 13 | 103 | 110 | 74 |
| Binary | 11010010 | 11100011 | 1010000 | 111 | 0 | 1000001 | 1011 | 1000011 | 1001000 | 111100 |
Color Harmonies of #D2E350
Complementary color
Monochromatic Colors of #D2E350
Black with #D2E350
Text Example
Text Example
White with #D2E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E350; }
p { color: rgb(210,227,80); }
H1.HeaderClassName
{
color: #D2E350;
}
.AnyTagClassName
{
color: #D2E350;
}
</style>
background-color css
<style>
a { background-color: #D2E350; }
a { background-color: rgb(210,227,80); }
div.DivClassName
{
background-color: #D2E350;
}
.BgClassName
{
background-color: #D2E350;
}
</style>
border-color css
<style>
span { border-color: #D2E350; }
span { border-color: rgb(210,227,80); }
td.TdClassName
{
border-color: #D2E350;
}
.TagClassName
{
border-color: #D2E350;
}
</style>