Shades of Manz #D9E34B
Tints of Manz #D9E34B
RGB
CMYK
RGB Variations
Color information
#D9E34B (or 0xD9E34B) is known color: Manz. HEX triplet: D9, E3 and 4B. RGB value is (217,227,75). Sum of RGB (Red+Green+Blue) = 217+227+75=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 227 (89.06% from 255 or 43.74% from 519); Blue value is 75 (29.69% from 255 or 14.45% from 519); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E34B is #261CB4. Grayscale: #CFCFCF. Windows color (decimal): -2497717 or 4973529. OLE color: 4973529.
HSL color Cylindrical-coordinate representation of color #D9E34B: hue angle of 63.95º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9E34B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 75 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.11 |
| HSL | 63.95º | 0.73% | 0.59% | - |
| HSV(B) | 63.95º | 0.67% | 0.89% | - |
| XYZ | 57.35 | 70.2 | 17.18 | - |
| YUV | 206.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 75 | 0.04 | 0 | 0.67 | 0.11 | 63.95 | 0.73 | 0.59 |
| Hex | D9 | E3 | 4B | 4 | 0 | 43 | B | 40 | 49 | 3B |
| Octal | 331 | 343 | 113 | 4 | 0 | 103 | 13 | 100 | 111 | 73 |
| Binary | 11011001 | 11100011 | 1001011 | 100 | 0 | 1000011 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #D9E34B
Complementary color
Monochromatic Colors of #D9E34B
Black with #D9E34B
Text Example
Text Example
White with #D9E34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E34B; }
p { color: rgb(217,227,75); }
H1.HeaderClassName
{
color: #D9E34B;
}
.AnyTagClassName
{
color: #D9E34B;
}
</style>
background-color css
<style>
a { background-color: #D9E34B; }
a { background-color: rgb(217,227,75); }
div.DivClassName
{
background-color: #D9E34B;
}
.BgClassName
{
background-color: #D9E34B;
}
</style>
border-color css
<style>
span { border-color: #D9E34B; }
span { border-color: rgb(217,227,75); }
td.TdClassName
{
border-color: #D9E34B;
}
.TagClassName
{
border-color: #D9E34B;
}
</style>