Shades of Manz #D3E14E
Tints of Manz #D3E14E
RGB
CMYK
RGB Variations
Color information
#D3E14E (or 0xD3E14E) is known color: Manz. HEX triplet: D3, E1 and 4E. RGB value is (211,225,78). Sum of RGB (Red+Green+Blue) = 211+225+78=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E14E is #2C1EB1. Grayscale: #CCCCCC. Windows color (decimal): -2891442 or 5169619. OLE color: 5169619.
HSL color Cylindrical-coordinate representation of color #D3E14E: hue angle of 65.71º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D3E14E is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 78 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.12 |
| HSL | 65.71º | 0.71% | 0.59% | - |
| HSV(B) | 65.71º | 0.65% | 0.88% | - |
| XYZ | 55.16 | 68.25 | 17.47 | - |
| YUV | 204.06 | 56.86 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 78 | 0.06 | 0 | 0.65 | 0.12 | 65.71 | 0.71 | 0.59 |
| Hex | D3 | E1 | 4E | 6 | 0 | 41 | C | 42 | 47 | 3B |
| Octal | 323 | 341 | 116 | 6 | 0 | 101 | 14 | 102 | 107 | 73 |
| Binary | 11010011 | 11100001 | 1001110 | 110 | 0 | 1000001 | 1100 | 1000010 | 1000111 | 111011 |
Color Harmonies of #D3E14E
Complementary color
Monochromatic Colors of #D3E14E
Black with #D3E14E
Text Example
Text Example
White with #D3E14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E14E; }
p { color: rgb(211,225,78); }
H1.HeaderClassName
{
color: #D3E14E;
}
.AnyTagClassName
{
color: #D3E14E;
}
</style>
background-color css
<style>
a { background-color: #D3E14E; }
a { background-color: rgb(211,225,78); }
div.DivClassName
{
background-color: #D3E14E;
}
.BgClassName
{
background-color: #D3E14E;
}
</style>
border-color css
<style>
span { border-color: #D3E14E; }
span { border-color: rgb(211,225,78); }
td.TdClassName
{
border-color: #D3E14E;
}
.TagClassName
{
border-color: #D3E14E;
}
</style>