Shades of Light Green #85ED94
Tints of Light Green #85ED94
RGB
CMYK
RGB Variations
Color information
#85ED94 (or 0x85ED94) is known color: Light Green. HEX triplet: 85, ED and 94. RGB value is (133,237,148). Sum of RGB (Red+Green+Blue) = 133+237+148=518 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.68% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED94 is #7A126B. Grayscale: #C4C4C4. Windows color (decimal): -8000108 or 9760133. OLE color: 9760133.
HSL color Cylindrical-coordinate representation of color #85ED94: hue angle of 128.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85ED94 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 148 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.07 |
| HSL | 128.65º | 0.74% | 0.73% | - |
| HSV(B) | 128.65º | 0.44% | 0.93% | - |
| XYZ | 45.3 | 67.69 | 38.7 | - |
| YUV | 195.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 148 | 0.44 | 0 | 0.38 | 0.07 | 128.65 | 0.74 | 0.73 |
| Hex | 85 | ED | 94 | 2C | 0 | 26 | 7 | 81 | 4A | 49 |
| Octal | 205 | 355 | 224 | 54 | 0 | 46 | 7 | 201 | 112 | 111 |
| Binary | 10000101 | 11101101 | 10010100 | 101100 | 0 | 100110 | 111 | 10000001 | 1001010 | 1001001 |
Color Harmonies of #85ED94
Complementary color
Monochromatic Colors of #85ED94
Black with #85ED94
Text Example
Text Example
White with #85ED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED94; }
p { color: rgb(133,237,148); }
H1.HeaderClassName
{
color: #85ED94;
}
.AnyTagClassName
{
color: #85ED94;
}
</style>
background-color css
<style>
a { background-color: #85ED94; }
a { background-color: rgb(133,237,148); }
div.DivClassName
{
background-color: #85ED94;
}
.BgClassName
{
background-color: #85ED94;
}
</style>
border-color css
<style>
span { border-color: #85ED94; }
span { border-color: rgb(133,237,148); }
td.TdClassName
{
border-color: #85ED94;
}
.TagClassName
{
border-color: #85ED94;
}
</style>