Shades of Manz #D6E850
Tints of Manz #D6E850
RGB
CMYK
RGB Variations
Color information
#D6E850 (or 0xD6E850) is known color: Manz. HEX triplet: D6, E8 and 50. RGB value is (214,232,80). Sum of RGB (Red+Green+Blue) = 214+232+80=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E850 is #2917AF. Grayscale: #D1D1D1. Windows color (decimal): -2693040 or 5302486. OLE color: 5302486.
HSL color Cylindrical-coordinate representation of color #D6E850: hue angle of 67.11º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6E850 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 80 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.09 |
| HSL | 67.11º | 0.77% | 0.61% | - |
| HSV(B) | 67.11º | 0.66% | 0.91% | - |
| XYZ | 58.04 | 72.59 | 18.54 | - |
| YUV | 209.29 | 55.04 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 80 | 0.08 | 0 | 0.66 | 0.09 | 67.11 | 0.77 | 0.61 |
| Hex | D6 | E8 | 50 | 8 | 0 | 42 | 9 | 43 | 4D | 3D |
| Octal | 326 | 350 | 120 | 10 | 0 | 102 | 11 | 103 | 115 | 75 |
| Binary | 11010110 | 11101000 | 1010000 | 1000 | 0 | 1000010 | 1001 | 1000011 | 1001101 | 111101 |
Color Harmonies of #D6E850
Complementary color
Monochromatic Colors of #D6E850
Black with #D6E850
Text Example
Text Example
White with #D6E850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E850; }
p { color: rgb(214,232,80); }
H1.HeaderClassName
{
color: #D6E850;
}
.AnyTagClassName
{
color: #D6E850;
}
</style>
background-color css
<style>
a { background-color: #D6E850; }
a { background-color: rgb(214,232,80); }
div.DivClassName
{
background-color: #D6E850;
}
.BgClassName
{
background-color: #D6E850;
}
</style>
border-color css
<style>
span { border-color: #D6E850; }
span { border-color: rgb(214,232,80); }
td.TdClassName
{
border-color: #D6E850;
}
.TagClassName
{
border-color: #D6E850;
}
</style>