Shades of Manz #D1E14F
Tints of Manz #D1E14F
RGB
CMYK
RGB Variations
Color information
#D1E14F (or 0xD1E14F) is known color: Manz. HEX triplet: D1, E1 and 4F. RGB value is (209,225,79). Sum of RGB (Red+Green+Blue) = 209+225+79=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1E14F is #2E1EB0. Grayscale: #CCCCCC. Windows color (decimal): -3022513 or 5235153. OLE color: 5235153.
HSL color Cylindrical-coordinate representation of color #D1E14F: hue angle of 66.58º 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 #D1E14F is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 79 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.12 |
| HSL | 66.58º | 0.71% | 0.6% | - |
| HSV(B) | 66.58º | 0.65% | 0.88% | - |
| XYZ | 54.63 | 67.97 | 17.64 | - |
| YUV | 203.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 79 | 0.07 | 0 | 0.65 | 0.12 | 66.58 | 0.71 | 0.6 |
| Hex | D1 | E1 | 4F | 7 | 0 | 41 | C | 43 | 47 | 3C |
| Octal | 321 | 341 | 117 | 7 | 0 | 101 | 14 | 103 | 107 | 74 |
| Binary | 11010001 | 11100001 | 1001111 | 111 | 0 | 1000001 | 1100 | 1000011 | 1000111 | 111100 |
Color Harmonies of #D1E14F
Complementary color
Monochromatic Colors of #D1E14F
Black with #D1E14F
Text Example
Text Example
White with #D1E14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E14F; }
p { color: rgb(209,225,79); }
H1.HeaderClassName
{
color: #D1E14F;
}
.AnyTagClassName
{
color: #D1E14F;
}
</style>
background-color css
<style>
a { background-color: #D1E14F; }
a { background-color: rgb(209,225,79); }
div.DivClassName
{
background-color: #D1E14F;
}
.BgClassName
{
background-color: #D1E14F;
}
</style>
border-color css
<style>
span { border-color: #D1E14F; }
span { border-color: rgb(209,225,79); }
td.TdClassName
{
border-color: #D1E14F;
}
.TagClassName
{
border-color: #D1E14F;
}
</style>