Shades of Manz #D9EB55
Tints of Manz #D9EB55
RGB
CMYK
RGB Variations
Color information
#D9EB55 (or 0xD9EB55) is known color: Manz. HEX triplet: D9, EB and 55. RGB value is (217,235,85). Sum of RGB (Red+Green+Blue) = 217+235+85=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 85 (33.59% from 255 or 15.83% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB55 is #2614AA. Grayscale: #D5D5D5. Windows color (decimal): -2495659 or 5630937. OLE color: 5630937.
HSL color Cylindrical-coordinate representation of color #D9EB55: hue angle of 67.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9EB55 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 85 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.08 |
| HSL | 67.2º | 0.79% | 0.63% | - |
| HSV(B) | 67.2º | 0.64% | 0.92% | - |
| XYZ | 59.96 | 74.82 | 19.88 | - |
| YUV | 212.52 | 56.04 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 85 | 0.08 | 0 | 0.64 | 0.08 | 67.2 | 0.79 | 0.63 |
| Hex | D9 | EB | 55 | 8 | 0 | 40 | 8 | 43 | 4F | 3F |
| Octal | 331 | 353 | 125 | 10 | 0 | 100 | 10 | 103 | 117 | 77 |
| Binary | 11011001 | 11101011 | 1010101 | 1000 | 0 | 1000000 | 1000 | 1000011 | 1001111 | 111111 |
Color Harmonies of #D9EB55
Complementary color
Monochromatic Colors of #D9EB55
Black with #D9EB55
Text Example
Text Example
White with #D9EB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EB55; }
p { color: rgb(217,235,85); }
H1.HeaderClassName
{
color: #D9EB55;
}
.AnyTagClassName
{
color: #D9EB55;
}
</style>
background-color css
<style>
a { background-color: #D9EB55; }
a { background-color: rgb(217,235,85); }
div.DivClassName
{
background-color: #D9EB55;
}
.BgClassName
{
background-color: #D9EB55;
}
</style>
border-color css
<style>
span { border-color: #D9EB55; }
span { border-color: rgb(217,235,85); }
td.TdClassName
{
border-color: #D9EB55;
}
.TagClassName
{
border-color: #D9EB55;
}
</style>