Shades of Manz #D9E14B
Tints of Manz #D9E14B
RGB
CMYK
RGB Variations
Color information
#D9E14B (or 0xD9E14B) is known color: Manz. HEX triplet: D9, E1 and 4B. RGB value is (217,225,75). Sum of RGB (Red+Green+Blue) = 217+225+75=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E14B is #261EB4. Grayscale: #CECECE. Windows color (decimal): -2498229 or 4973017. OLE color: 4973017.
HSL color Cylindrical-coordinate representation of color #D9E14B: hue angle of 63.2º degrees, saturation: 0.71, 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 #D9E14B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 225 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.12 |
| HSL | 63.2º | 0.71% | 0.59% | - |
| HSV(B) | 63.2º | 0.67% | 0.88% | - |
| XYZ | 56.81 | 69.11 | 17 | - |
| YUV | 205.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 225 | 75 | 0.04 | 0 | 0.67 | 0.12 | 63.2 | 0.71 | 0.59 |
| Hex | D9 | E1 | 4B | 4 | 0 | 43 | C | 3F | 47 | 3B |
| Octal | 331 | 341 | 113 | 4 | 0 | 103 | 14 | 77 | 107 | 73 |
| Binary | 11011001 | 11100001 | 1001011 | 100 | 0 | 1000011 | 1100 | 111111 | 1000111 | 111011 |
Color Harmonies of #D9E14B
Complementary color
Monochromatic Colors of #D9E14B
Black with #D9E14B
Text Example
Text Example
White with #D9E14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E14B; }
p { color: rgb(217,225,75); }
H1.HeaderClassName
{
color: #D9E14B;
}
.AnyTagClassName
{
color: #D9E14B;
}
</style>
background-color css
<style>
a { background-color: #D9E14B; }
a { background-color: rgb(217,225,75); }
div.DivClassName
{
background-color: #D9E14B;
}
.BgClassName
{
background-color: #D9E14B;
}
</style>
border-color css
<style>
span { border-color: #D9E14B; }
span { border-color: rgb(217,225,75); }
td.TdClassName
{
border-color: #D9E14B;
}
.TagClassName
{
border-color: #D9E14B;
}
</style>