Shades of Manz #D2E950
Tints of Manz #D2E950
RGB
CMYK
RGB Variations
Color information
#D2E950 (or 0xD2E950) is known color: Manz. HEX triplet: D2, E9 and 50. RGB value is (210,233,80). Sum of RGB (Red+Green+Blue) = 210+233+80=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 80 (31.64% from 255 or 15.30% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E950 is #2D16AF. Grayscale: #D1D1D1. Windows color (decimal): -2954928 or 5302738. OLE color: 5302738.
HSL color Cylindrical-coordinate representation of color #D2E950: hue angle of 69.02º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2E950 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 80 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.09 |
| HSL | 69.02º | 0.78% | 0.61% | - |
| HSV(B) | 69.02º | 0.66% | 0.91% | - |
| XYZ | 57.17 | 72.56 | 18.58 | - |
| YUV | 208.68 | 55.38 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 80 | 0.10 | 0 | 0.66 | 0.09 | 69.02 | 0.78 | 0.61 |
| Hex | D2 | E9 | 50 | A | 0 | 42 | 9 | 45 | 4E | 3D |
| Octal | 322 | 351 | 120 | 12 | 0 | 102 | 11 | 105 | 116 | 75 |
| Binary | 11010010 | 11101001 | 1010000 | 1010 | 0 | 1000010 | 1001 | 1000101 | 1001110 | 111101 |
Color Harmonies of #D2E950
Complementary color
Monochromatic Colors of #D2E950
Black with #D2E950
Text Example
Text Example
White with #D2E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E950; }
p { color: rgb(210,233,80); }
H1.HeaderClassName
{
color: #D2E950;
}
.AnyTagClassName
{
color: #D2E950;
}
</style>
background-color css
<style>
a { background-color: #D2E950; }
a { background-color: rgb(210,233,80); }
div.DivClassName
{
background-color: #D2E950;
}
.BgClassName
{
background-color: #D2E950;
}
</style>
border-color css
<style>
span { border-color: #D2E950; }
span { border-color: rgb(210,233,80); }
td.TdClassName
{
border-color: #D2E950;
}
.TagClassName
{
border-color: #D2E950;
}
</style>