Shades of Manz #D9E04B
Tints of Manz #D9E04B
RGB
CMYK
RGB Variations
Color information
#D9E04B (or 0xD9E04B) is known color: Manz. HEX triplet: D9, E0 and 4B. RGB value is (217,224,75). Sum of RGB (Red+Green+Blue) = 217+224+75=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E04B is #261FB4. Grayscale: #CDCDCD. Windows color (decimal): -2498485 or 4972761. OLE color: 4972761.
HSL color Cylindrical-coordinate representation of color #D9E04B: hue angle of 62.82º 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 #D9E04B is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 75 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.12 |
| HSL | 62.82º | 0.71% | 0.59% | - |
| HSV(B) | 62.82º | 0.67% | 0.88% | - |
| XYZ | 56.54 | 68.57 | 16.91 | - |
| YUV | 204.92 | 54.68 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 75 | 0.03 | 0 | 0.67 | 0.12 | 62.82 | 0.71 | 0.59 |
| Hex | D9 | E0 | 4B | 3 | 0 | 43 | C | 3F | 47 | 3B |
| Octal | 331 | 340 | 113 | 3 | 0 | 103 | 14 | 77 | 107 | 73 |
| Binary | 11011001 | 11100000 | 1001011 | 11 | 0 | 1000011 | 1100 | 111111 | 1000111 | 111011 |
Color Harmonies of #D9E04B
Complementary color
Monochromatic Colors of #D9E04B
Black with #D9E04B
Text Example
Text Example
White with #D9E04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E04B; }
p { color: rgb(217,224,75); }
H1.HeaderClassName
{
color: #D9E04B;
}
.AnyTagClassName
{
color: #D9E04B;
}
</style>
background-color css
<style>
a { background-color: #D9E04B; }
a { background-color: rgb(217,224,75); }
div.DivClassName
{
background-color: #D9E04B;
}
.BgClassName
{
background-color: #D9E04B;
}
</style>
border-color css
<style>
span { border-color: #D9E04B; }
span { border-color: rgb(217,224,75); }
td.TdClassName
{
border-color: #D9E04B;
}
.TagClassName
{
border-color: #D9E04B;
}
</style>