Shades of Manz #D9E05A
Tints of Manz #D9E05A
RGB
CMYK
RGB Variations
Color information
#D9E05A (or 0xD9E05A) is known color: Manz. HEX triplet: D9, E0 and 5A. RGB value is (217,224,90). Sum of RGB (Red+Green+Blue) = 217+224+90=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E05A is #261FA5. Grayscale: #CFCFCF. Windows color (decimal): -2498470 or 5955801. OLE color: 5955801.
HSL color Cylindrical-coordinate representation of color #D9E05A: hue angle of 63.13º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D9E05A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 90 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.12 |
| HSL | 63.13º | 0.68% | 0.62% | - |
| HSV(B) | 63.13º | 0.6% | 0.88% | - |
| XYZ | 57.12 | 68.8 | 19.94 | - |
| YUV | 206.63 | 62.18 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 90 | 0.03 | 0 | 0.60 | 0.12 | 63.13 | 0.68 | 0.62 |
| Hex | D9 | E0 | 5A | 3 | 0 | 3C | C | 3F | 44 | 3E |
| Octal | 331 | 340 | 132 | 3 | 0 | 74 | 14 | 77 | 104 | 76 |
| Binary | 11011001 | 11100000 | 1011010 | 11 | 0 | 111100 | 1100 | 111111 | 1000100 | 111110 |
Color Harmonies of #D9E05A
Complementary color
Monochromatic Colors of #D9E05A
Black with #D9E05A
Text Example
Text Example
White with #D9E05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E05A; }
p { color: rgb(217,224,90); }
H1.HeaderClassName
{
color: #D9E05A;
}
.AnyTagClassName
{
color: #D9E05A;
}
</style>
background-color css
<style>
a { background-color: #D9E05A; }
a { background-color: rgb(217,224,90); }
div.DivClassName
{
background-color: #D9E05A;
}
.BgClassName
{
background-color: #D9E05A;
}
</style>
border-color css
<style>
span { border-color: #D9E05A; }
span { border-color: rgb(217,224,90); }
td.TdClassName
{
border-color: #D9E05A;
}
.TagClassName
{
border-color: #D9E05A;
}
</style>