Shades of Pastel Green #85ED76
Tints of Pastel Green #85ED76
RGB
CMYK
RGB Variations
Color information
#85ED76 (or 0x85ED76) is known color: Pastel Green. HEX triplet: 85, ED and 76. RGB value is (133,237,118). Sum of RGB (Red+Green+Blue) = 133+237+118=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 118 (46.48% from 255 or 24.18% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED76 is #7A1289. Grayscale: #C0C0C0. Windows color (decimal): -8000138 or 7794053. OLE color: 7794053.
HSL color Cylindrical-coordinate representation of color #85ED76: hue angle of 112.44º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85ED76 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 118 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.07 |
| HSL | 112.44º | 0.77% | 0.7% | - |
| HSV(B) | 112.44º | 0.5% | 0.93% | - |
| XYZ | 43.23 | 66.86 | 27.77 | - |
| YUV | 192.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 118 | 0.44 | 0 | 0.50 | 0.07 | 112.44 | 0.77 | 0.7 |
| Hex | 85 | ED | 76 | 2C | 0 | 32 | 7 | 70 | 4D | 46 |
| Octal | 205 | 355 | 166 | 54 | 0 | 62 | 7 | 160 | 115 | 106 |
| Binary | 10000101 | 11101101 | 1110110 | 101100 | 0 | 110010 | 111 | 1110000 | 1001101 | 1000110 |
Color Harmonies of #85ED76
Complementary color
Monochromatic Colors of #85ED76
Black with #85ED76
Text Example
Text Example
White with #85ED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED76; }
p { color: rgb(133,237,118); }
H1.HeaderClassName
{
color: #85ED76;
}
.AnyTagClassName
{
color: #85ED76;
}
</style>
background-color css
<style>
a { background-color: #85ED76; }
a { background-color: rgb(133,237,118); }
div.DivClassName
{
background-color: #85ED76;
}
.BgClassName
{
background-color: #85ED76;
}
</style>
border-color css
<style>
span { border-color: #85ED76; }
span { border-color: rgb(133,237,118); }
td.TdClassName
{
border-color: #85ED76;
}
.TagClassName
{
border-color: #85ED76;
}
</style>