Shades of Manz #D5E14D
Tints of Manz #D5E14D
RGB
CMYK
RGB Variations
Color information
#D5E14D (or 0xD5E14D) is known color: Manz. HEX triplet: D5, E1 and 4D. RGB value is (213,225,77). Sum of RGB (Red+Green+Blue) = 213+225+77=515 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.36% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E14D is #2A1EB2. Grayscale: #CDCDCD. Windows color (decimal): -2760371 or 5104085. OLE color: 5104085.
HSL color Cylindrical-coordinate representation of color #D5E14D: hue angle of 64.86º 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 #D5E14D is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 77 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.12 |
| HSL | 64.86º | 0.71% | 0.59% | - |
| HSV(B) | 64.86º | 0.66% | 0.88% | - |
| XYZ | 55.71 | 68.53 | 17.31 | - |
| YUV | 204.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 77 | 0.05 | 0 | 0.66 | 0.12 | 64.86 | 0.71 | 0.59 |
| Hex | D5 | E1 | 4D | 5 | 0 | 42 | C | 41 | 47 | 3B |
| Octal | 325 | 341 | 115 | 5 | 0 | 102 | 14 | 101 | 107 | 73 |
| Binary | 11010101 | 11100001 | 1001101 | 101 | 0 | 1000010 | 1100 | 1000001 | 1000111 | 111011 |
Color Harmonies of #D5E14D
Complementary color
Monochromatic Colors of #D5E14D
Black with #D5E14D
Text Example
Text Example
White with #D5E14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E14D; }
p { color: rgb(213,225,77); }
H1.HeaderClassName
{
color: #D5E14D;
}
.AnyTagClassName
{
color: #D5E14D;
}
</style>
background-color css
<style>
a { background-color: #D5E14D; }
a { background-color: rgb(213,225,77); }
div.DivClassName
{
background-color: #D5E14D;
}
.BgClassName
{
background-color: #D5E14D;
}
</style>
border-color css
<style>
span { border-color: #D5E14D; }
span { border-color: rgb(213,225,77); }
td.TdClassName
{
border-color: #D5E14D;
}
.TagClassName
{
border-color: #D5E14D;
}
</style>