Shades of Manz #D2E351
Tints of Manz #D2E351
RGB
CMYK
RGB Variations
Color information
#D2E351 (or 0xD2E351) is known color: Manz. HEX triplet: D2, E3 and 51. RGB value is (210,227,81). Sum of RGB (Red+Green+Blue) = 210+227+81=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 81 (32.03% from 255 or 15.64% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E351 is #2D1CAE. Grayscale: #CDCDCD. Windows color (decimal): -2956463 or 5366738. OLE color: 5366738.
HSL color Cylindrical-coordinate representation of color #D2E351: hue angle of 66.99º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2E351 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 227 | 81 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.11 |
| HSL | 66.99º | 0.72% | 0.6% | - |
| HSV(B) | 66.99º | 0.64% | 0.89% | - |
| XYZ | 55.53 | 69.23 | 18.22 | - |
| YUV | 205.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 227 | 81 | 0.07 | 0 | 0.64 | 0.11 | 66.99 | 0.72 | 0.6 |
| Hex | D2 | E3 | 51 | 7 | 0 | 40 | B | 43 | 48 | 3C |
| Octal | 322 | 343 | 121 | 7 | 0 | 100 | 13 | 103 | 110 | 74 |
| Binary | 11010010 | 11100011 | 1010001 | 111 | 0 | 1000000 | 1011 | 1000011 | 1001000 | 111100 |
Color Harmonies of #D2E351
Complementary color
Monochromatic Colors of #D2E351
Black with #D2E351
Text Example
Text Example
White with #D2E351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E351; }
p { color: rgb(210,227,81); }
H1.HeaderClassName
{
color: #D2E351;
}
.AnyTagClassName
{
color: #D2E351;
}
</style>
background-color css
<style>
a { background-color: #D2E351; }
a { background-color: rgb(210,227,81); }
div.DivClassName
{
background-color: #D2E351;
}
.BgClassName
{
background-color: #D2E351;
}
</style>
border-color css
<style>
span { border-color: #D2E351; }
span { border-color: rgb(210,227,81); }
td.TdClassName
{
border-color: #D2E351;
}
.TagClassName
{
border-color: #D2E351;
}
</style>