Shades of Manz #D9E54B
Tints of Manz #D9E54B
RGB
CMYK
RGB Variations
Color information
#D9E54B (or 0xD9E54B) is known color: Manz. HEX triplet: D9, E5 and 4B. RGB value is (217,229,75). Sum of RGB (Red+Green+Blue) = 217+229+75=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E54B is #261AB4. Grayscale: #D0D0D0. Windows color (decimal): -2497205 or 4974041. OLE color: 4974041.
HSL color Cylindrical-coordinate representation of color #D9E54B: hue angle of 64.68º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9E54B is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 229 | 75 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.10 |
| HSL | 64.68º | 0.75% | 0.6% | - |
| HSV(B) | 64.68º | 0.67% | 0.9% | - |
| XYZ | 57.9 | 71.3 | 17.37 | - |
| YUV | 207.86 | 53.02 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 229 | 75 | 0.05 | 0 | 0.67 | 0.10 | 64.68 | 0.75 | 0.6 |
| Hex | D9 | E5 | 4B | 5 | 0 | 43 | A | 41 | 4B | 3C |
| Octal | 331 | 345 | 113 | 5 | 0 | 103 | 12 | 101 | 113 | 74 |
| Binary | 11011001 | 11100101 | 1001011 | 101 | 0 | 1000011 | 1010 | 1000001 | 1001011 | 111100 |
Color Harmonies of #D9E54B
Complementary color
Monochromatic Colors of #D9E54B
Black with #D9E54B
Text Example
Text Example
White with #D9E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E54B; }
p { color: rgb(217,229,75); }
H1.HeaderClassName
{
color: #D9E54B;
}
.AnyTagClassName
{
color: #D9E54B;
}
</style>
background-color css
<style>
a { background-color: #D9E54B; }
a { background-color: rgb(217,229,75); }
div.DivClassName
{
background-color: #D9E54B;
}
.BgClassName
{
background-color: #D9E54B;
}
</style>
border-color css
<style>
span { border-color: #D9E54B; }
span { border-color: rgb(217,229,75); }
td.TdClassName
{
border-color: #D9E54B;
}
.TagClassName
{
border-color: #D9E54B;
}
</style>