Shades of Manz #D5E14F
Tints of Manz #D5E14F
RGB
CMYK
RGB Variations
Color information
#D5E14F (or 0xD5E14F) is known color: Manz. HEX triplet: D5, E1 and 4F. RGB value is (213,225,79). Sum of RGB (Red+Green+Blue) = 213+225+79=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 79 (31.25% from 255 or 15.28% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E14F is #2A1EB0. Grayscale: #CDCDCD. Windows color (decimal): -2760369 or 5235157. OLE color: 5235157.
HSL color Cylindrical-coordinate representation of color #D5E14F: hue angle of 64.93º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D5E14F is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 79 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.12 |
| HSL | 64.93º | 0.71% | 0.6% | - |
| HSV(B) | 64.93º | 0.65% | 0.88% | - |
| XYZ | 55.78 | 68.56 | 17.69 | - |
| YUV | 204.77 | 57.02 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 79 | 0.05 | 0 | 0.65 | 0.12 | 64.93 | 0.71 | 0.6 |
| Hex | D5 | E1 | 4F | 5 | 0 | 41 | C | 41 | 47 | 3C |
| Octal | 325 | 341 | 117 | 5 | 0 | 101 | 14 | 101 | 107 | 74 |
| Binary | 11010101 | 11100001 | 1001111 | 101 | 0 | 1000001 | 1100 | 1000001 | 1000111 | 111100 |
Color Harmonies of #D5E14F
Complementary color
Monochromatic Colors of #D5E14F
Black with #D5E14F
Text Example
Text Example
White with #D5E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E14F; }
p { color: rgb(213,225,79); }
H1.HeaderClassName
{
color: #D5E14F;
}
.AnyTagClassName
{
color: #D5E14F;
}
</style>
background-color css
<style>
a { background-color: #D5E14F; }
a { background-color: rgb(213,225,79); }
div.DivClassName
{
background-color: #D5E14F;
}
.BgClassName
{
background-color: #D5E14F;
}
</style>
border-color css
<style>
span { border-color: #D5E14F; }
span { border-color: rgb(213,225,79); }
td.TdClassName
{
border-color: #D5E14F;
}
.TagClassName
{
border-color: #D5E14F;
}
</style>