Shades of Manz #D9E053
Tints of Manz #D9E053
RGB
CMYK
RGB Variations
Color information
#D9E053 (or 0xD9E053) is known color: Manz. HEX triplet: D9, E0 and 53. RGB value is (217,224,83). Sum of RGB (Red+Green+Blue) = 217+224+83=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E053 is #261FAC. Grayscale: #CECECE. Windows color (decimal): -2498477 or 5497049. OLE color: 5497049.
HSL color Cylindrical-coordinate representation of color #D9E053: hue angle of 62.98º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9E053 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 83 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.12 |
| HSL | 62.98º | 0.69% | 0.6% | - |
| HSV(B) | 62.98º | 0.63% | 0.88% | - |
| XYZ | 56.83 | 68.69 | 18.45 | - |
| YUV | 205.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 83 | 0.03 | 0 | 0.63 | 0.12 | 62.98 | 0.69 | 0.6 |
| Hex | D9 | E0 | 53 | 3 | 0 | 3F | C | 3F | 45 | 3C |
| Octal | 331 | 340 | 123 | 3 | 0 | 77 | 14 | 77 | 105 | 74 |
| Binary | 11011001 | 11100000 | 1010011 | 11 | 0 | 111111 | 1100 | 111111 | 1000101 | 111100 |
Color Harmonies of #D9E053
Complementary color
Monochromatic Colors of #D9E053
Black with #D9E053
Text Example
Text Example
White with #D9E053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E053; }
p { color: rgb(217,224,83); }
H1.HeaderClassName
{
color: #D9E053;
}
.AnyTagClassName
{
color: #D9E053;
}
</style>
background-color css
<style>
a { background-color: #D9E053; }
a { background-color: rgb(217,224,83); }
div.DivClassName
{
background-color: #D9E053;
}
.BgClassName
{
background-color: #D9E053;
}
</style>
border-color css
<style>
span { border-color: #D9E053; }
span { border-color: rgb(217,224,83); }
td.TdClassName
{
border-color: #D9E053;
}
.TagClassName
{
border-color: #D9E053;
}
</style>