Shades of Manz #D2E050
Tints of Manz #D2E050
RGB
CMYK
RGB Variations
Color information
#D2E050 (or 0xD2E050) is known color: Manz. HEX triplet: D2, E0 and 50. RGB value is (210,224,80). Sum of RGB (Red+Green+Blue) = 210+224+80=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 80 (31.64% from 255 or 15.56% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2E050 is #2D1FAF. Grayscale: #CBCBCB. Windows color (decimal): -2957232 or 5300434. OLE color: 5300434.
HSL color Cylindrical-coordinate representation of color #D2E050: hue angle of 65.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D2E050 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 210 | 224 | 80 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.12 |
| HSL | 65.83º | 0.7% | 0.6% | - |
| HSV(B) | 65.83º | 0.64% | 0.88% | - |
| XYZ | 54.68 | 67.59 | 17.75 | - |
| YUV | 203.4 | 58.36 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 224 | 80 | 0.06 | 0 | 0.64 | 0.12 | 65.83 | 0.7 | 0.6 |
| Hex | D2 | E0 | 50 | 6 | 0 | 40 | C | 42 | 46 | 3C |
| Octal | 322 | 340 | 120 | 6 | 0 | 100 | 14 | 102 | 106 | 74 |
| Binary | 11010010 | 11100000 | 1010000 | 110 | 0 | 1000000 | 1100 | 1000010 | 1000110 | 111100 |
Color Harmonies of #D2E050
Complementary color
Monochromatic Colors of #D2E050
Black with #D2E050
Text Example
Text Example
White with #D2E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E050; }
p { color: rgb(210,224,80); }
H1.HeaderClassName
{
color: #D2E050;
}
.AnyTagClassName
{
color: #D2E050;
}
</style>
background-color css
<style>
a { background-color: #D2E050; }
a { background-color: rgb(210,224,80); }
div.DivClassName
{
background-color: #D2E050;
}
.BgClassName
{
background-color: #D2E050;
}
</style>
border-color css
<style>
span { border-color: #D2E050; }
span { border-color: rgb(210,224,80); }
td.TdClassName
{
border-color: #D2E050;
}
.TagClassName
{
border-color: #D2E050;
}
</style>