Shades of Manz #D9ED50
Tints of Manz #D9ED50
RGB
CMYK
RGB Variations
Color information
#D9ED50 (or 0xD9ED50) is known color: Manz. HEX triplet: D9, ED and 50. RGB value is (217,237,80). Sum of RGB (Red+Green+Blue) = 217+237+80=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9ED50 is #2612AF. Grayscale: #D5D5D5. Windows color (decimal): -2495152 or 5303769. OLE color: 5303769.
HSL color Cylindrical-coordinate representation of color #D9ED50: hue angle of 67.64º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9ED50 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 80 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.07 |
| HSL | 67.64º | 0.81% | 0.62% | - |
| HSV(B) | 67.64º | 0.66% | 0.93% | - |
| XYZ | 60.35 | 75.9 | 19.06 | - |
| YUV | 213.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 80 | 0.08 | 0 | 0.66 | 0.07 | 67.64 | 0.81 | 0.62 |
| Hex | D9 | ED | 50 | 8 | 0 | 42 | 7 | 44 | 51 | 3E |
| Octal | 331 | 355 | 120 | 10 | 0 | 102 | 7 | 104 | 121 | 76 |
| Binary | 11011001 | 11101101 | 1010000 | 1000 | 0 | 1000010 | 111 | 1000100 | 1010001 | 111110 |
Color Harmonies of #D9ED50
Complementary color
Monochromatic Colors of #D9ED50
Black with #D9ED50
Text Example
Text Example
White with #D9ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED50; }
p { color: rgb(217,237,80); }
H1.HeaderClassName
{
color: #D9ED50;
}
.AnyTagClassName
{
color: #D9ED50;
}
</style>
background-color css
<style>
a { background-color: #D9ED50; }
a { background-color: rgb(217,237,80); }
div.DivClassName
{
background-color: #D9ED50;
}
.BgClassName
{
background-color: #D9ED50;
}
</style>
border-color css
<style>
span { border-color: #D9ED50; }
span { border-color: rgb(217,237,80); }
td.TdClassName
{
border-color: #D9ED50;
}
.TagClassName
{
border-color: #D9ED50;
}
</style>