Shades of Manz #D4E14D
Tints of Manz #D4E14D
RGB
CMYK
RGB Variations
Color information
#D4E14D (or 0xD4E14D) is known color: Manz. HEX triplet: D4, E1 and 4D. RGB value is (212,225,77). Sum of RGB (Red+Green+Blue) = 212+225+77=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E14D is #2B1EB2. Grayscale: #CCCCCC. Windows color (decimal): -2825907 or 5104084. OLE color: 5104084.
HSL color Cylindrical-coordinate representation of color #D4E14D: hue angle of 65.27º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4E14D is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 77 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.12 |
| HSL | 65.27º | 0.71% | 0.59% | - |
| HSV(B) | 65.27º | 0.66% | 0.88% | - |
| XYZ | 55.42 | 68.38 | 17.3 | - |
| YUV | 204.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 77 | 0.06 | 0 | 0.66 | 0.12 | 65.27 | 0.71 | 0.59 |
| Hex | D4 | E1 | 4D | 6 | 0 | 42 | C | 41 | 47 | 3B |
| Octal | 324 | 341 | 115 | 6 | 0 | 102 | 14 | 101 | 107 | 73 |
| Binary | 11010100 | 11100001 | 1001101 | 110 | 0 | 1000010 | 1100 | 1000001 | 1000111 | 111011 |
Color Harmonies of #D4E14D
Complementary color
Monochromatic Colors of #D4E14D
Black with #D4E14D
Text Example
Text Example
White with #D4E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E14D; }
p { color: rgb(212,225,77); }
H1.HeaderClassName
{
color: #D4E14D;
}
.AnyTagClassName
{
color: #D4E14D;
}
</style>
background-color css
<style>
a { background-color: #D4E14D; }
a { background-color: rgb(212,225,77); }
div.DivClassName
{
background-color: #D4E14D;
}
.BgClassName
{
background-color: #D4E14D;
}
</style>
border-color css
<style>
span { border-color: #D4E14D; }
span { border-color: rgb(212,225,77); }
td.TdClassName
{
border-color: #D4E14D;
}
.TagClassName
{
border-color: #D4E14D;
}
</style>