Shades of Manz #D9ED53
Tints of Manz #D9ED53
RGB
CMYK
RGB Variations
Color information
#D9ED53 (or 0xD9ED53) is known color: Manz. HEX triplet: D9, ED and 53. RGB value is (217,237,83). Sum of RGB (Red+Green+Blue) = 217+237+83=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED53 is #2612AC. Grayscale: #D6D6D6. Windows color (decimal): -2495149 or 5500377. OLE color: 5500377.
HSL color Cylindrical-coordinate representation of color #D9ED53: hue angle of 67.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D9ED53 is Cyan = 0.08, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 83 | - |
| CMYK | 0.08 | 0 | 0.65 | 0.07 |
| HSL | 67.79º | 0.81% | 0.63% | - |
| HSV(B) | 67.79º | 0.65% | 0.93% | - |
| XYZ | 60.46 | 75.94 | 19.66 | - |
| YUV | 213.46 | 54.37 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 83 | 0.08 | 0 | 0.65 | 0.07 | 67.79 | 0.81 | 0.63 |
| Hex | D9 | ED | 53 | 8 | 0 | 41 | 7 | 44 | 51 | 3F |
| Octal | 331 | 355 | 123 | 10 | 0 | 101 | 7 | 104 | 121 | 77 |
| Binary | 11011001 | 11101101 | 1010011 | 1000 | 0 | 1000001 | 111 | 1000100 | 1010001 | 111111 |
Color Harmonies of #D9ED53
Complementary color
Monochromatic Colors of #D9ED53
Black with #D9ED53
Text Example
Text Example
White with #D9ED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED53; }
p { color: rgb(217,237,83); }
H1.HeaderClassName
{
color: #D9ED53;
}
.AnyTagClassName
{
color: #D9ED53;
}
</style>
background-color css
<style>
a { background-color: #D9ED53; }
a { background-color: rgb(217,237,83); }
div.DivClassName
{
background-color: #D9ED53;
}
.BgClassName
{
background-color: #D9ED53;
}
</style>
border-color css
<style>
span { border-color: #D9ED53; }
span { border-color: rgb(217,237,83); }
td.TdClassName
{
border-color: #D9ED53;
}
.TagClassName
{
border-color: #D9ED53;
}
</style>