Shades of Manz #D9E14A
Tints of Manz #D9E14A
RGB
CMYK
RGB Variations
Color information
#D9E14A (or 0xD9E14A) is known color: Manz. HEX triplet: D9, E1 and 4A. RGB value is (217,225,74). Sum of RGB (Red+Green+Blue) = 217+225+74=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E14A is #261EB5. Grayscale: #CDCDCD. Windows color (decimal): -2498230 or 4907481. OLE color: 4907481.
HSL color Cylindrical-coordinate representation of color #D9E14A: hue angle of 63.18º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9E14A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 74 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.12 |
| HSL | 63.18º | 0.72% | 0.59% | - |
| HSV(B) | 63.18º | 0.67% | 0.88% | - |
| XYZ | 56.78 | 69.1 | 16.82 | - |
| YUV | 205.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 74 | 0.04 | 0 | 0.67 | 0.12 | 63.18 | 0.72 | 0.59 |
| Hex | D9 | E1 | 4A | 4 | 0 | 43 | C | 3F | 48 | 3B |
| Octal | 331 | 341 | 112 | 4 | 0 | 103 | 14 | 77 | 110 | 73 |
| Binary | 11011001 | 11100001 | 1001010 | 100 | 0 | 1000011 | 1100 | 111111 | 1001000 | 111011 |
Color Harmonies of #D9E14A
Complementary color
Monochromatic Colors of #D9E14A
Black with #D9E14A
Text Example
Text Example
White with #D9E14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E14A; }
p { color: rgb(217,225,74); }
H1.HeaderClassName
{
color: #D9E14A;
}
.AnyTagClassName
{
color: #D9E14A;
}
</style>
background-color css
<style>
a { background-color: #D9E14A; }
a { background-color: rgb(217,225,74); }
div.DivClassName
{
background-color: #D9E14A;
}
.BgClassName
{
background-color: #D9E14A;
}
</style>
border-color css
<style>
span { border-color: #D9E14A; }
span { border-color: rgb(217,225,74); }
td.TdClassName
{
border-color: #D9E14A;
}
.TagClassName
{
border-color: #D9E14A;
}
</style>