Shades of Manz #D3E050
Tints of Manz #D3E050
RGB
CMYK
RGB Variations
Color information
#D3E050 (or 0xD3E050) is known color: Manz. HEX triplet: D3, E0 and 50. RGB value is (211,224,80). Sum of RGB (Red+Green+Blue) = 211+224+80=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E050 is #2C1FAF. Grayscale: #CCCCCC. Windows color (decimal): -2891696 or 5300435. OLE color: 5300435.
HSL color Cylindrical-coordinate representation of color #D3E050: hue angle of 65.42º 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 #D3E050 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 80 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.12 |
| HSL | 65.42º | 0.7% | 0.6% | - |
| HSV(B) | 65.42º | 0.64% | 0.88% | - |
| XYZ | 54.97 | 67.74 | 17.77 | - |
| YUV | 203.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 80 | 0.06 | 0 | 0.64 | 0.12 | 65.42 | 0.7 | 0.6 |
| Hex | D3 | E0 | 50 | 6 | 0 | 40 | C | 41 | 46 | 3C |
| Octal | 323 | 340 | 120 | 6 | 0 | 100 | 14 | 101 | 106 | 74 |
| Binary | 11010011 | 11100000 | 1010000 | 110 | 0 | 1000000 | 1100 | 1000001 | 1000110 | 111100 |
Color Harmonies of #D3E050
Complementary color
Monochromatic Colors of #D3E050
Black with #D3E050
Text Example
Text Example
White with #D3E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E050; }
p { color: rgb(211,224,80); }
H1.HeaderClassName
{
color: #D3E050;
}
.AnyTagClassName
{
color: #D3E050;
}
</style>
background-color css
<style>
a { background-color: #D3E050; }
a { background-color: rgb(211,224,80); }
div.DivClassName
{
background-color: #D3E050;
}
.BgClassName
{
background-color: #D3E050;
}
</style>
border-color css
<style>
span { border-color: #D3E050; }
span { border-color: rgb(211,224,80); }
td.TdClassName
{
border-color: #D3E050;
}
.TagClassName
{
border-color: #D3E050;
}
</style>