Shades of Manz #D2E951
Tints of Manz #D2E951
RGB
CMYK
RGB Variations
Color information
#D2E951 (or 0xD2E951) is known color: Manz. HEX triplet: D2, E9 and 51. RGB value is (210,233,81). Sum of RGB (Red+Green+Blue) = 210+233+81=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E951 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E951 is #2D16AE. Grayscale: #D1D1D1. Windows color (decimal): -2954927 or 5368274. OLE color: 5368274.
HSL color Cylindrical-coordinate representation of color #D2E951: hue angle of 69.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2E951 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 81 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.09 |
| HSL | 69.08º | 0.78% | 0.62% | - |
| HSV(B) | 69.08º | 0.65% | 0.91% | - |
| XYZ | 57.2 | 72.57 | 18.78 | - |
| YUV | 208.8 | 55.88 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 81 | 0.10 | 0 | 0.65 | 0.09 | 69.08 | 0.78 | 0.62 |
| Hex | D2 | E9 | 51 | A | 0 | 41 | 9 | 45 | 4E | 3E |
| Octal | 322 | 351 | 121 | 12 | 0 | 101 | 11 | 105 | 116 | 76 |
| Binary | 11010010 | 11101001 | 1010001 | 1010 | 0 | 1000001 | 1001 | 1000101 | 1001110 | 111110 |
Color Harmonies of #D2E951
Complementary color
Monochromatic Colors of #D2E951
Black with #D2E951
Text Example
Text Example
White with #D2E951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E951; }
p { color: rgb(210,233,81); }
H1.HeaderClassName
{
color: #D2E951;
}
.AnyTagClassName
{
color: #D2E951;
}
</style>
background-color css
<style>
a { background-color: #D2E951; }
a { background-color: rgb(210,233,81); }
div.DivClassName
{
background-color: #D2E951;
}
.BgClassName
{
background-color: #D2E951;
}
</style>
border-color css
<style>
span { border-color: #D2E951; }
span { border-color: rgb(210,233,81); }
td.TdClassName
{
border-color: #D2E951;
}
.TagClassName
{
border-color: #D2E951;
}
</style>