Shades of Light Green #94ED87
Tints of Light Green #94ED87
RGB
CMYK
RGB Variations
Color information
#94ED87 (or 0x94ED87) is known color: Light Green. HEX triplet: 94, ED and 87. RGB value is (148,237,135). Sum of RGB (Red+Green+Blue) = 148+237+135=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ED87 is #6B1278. Grayscale: #C7C7C7. Windows color (decimal): -7017081 or 8908180. OLE color: 8908180.
HSL color Cylindrical-coordinate representation of color #94ED87: hue angle of 112.35º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94ED87 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 135 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.07 |
| HSL | 112.35º | 0.74% | 0.73% | - |
| HSV(B) | 112.35º | 0.43% | 0.93% | - |
| XYZ | 46.87 | 68.61 | 33.7 | - |
| YUV | 198.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 135 | 0.38 | 0 | 0.43 | 0.07 | 112.35 | 0.74 | 0.73 |
| Hex | 94 | ED | 87 | 26 | 0 | 2B | 7 | 70 | 4A | 49 |
| Octal | 224 | 355 | 207 | 46 | 0 | 53 | 7 | 160 | 112 | 111 |
| Binary | 10010100 | 11101101 | 10000111 | 100110 | 0 | 101011 | 111 | 1110000 | 1001010 | 1001001 |
Color Harmonies of #94ED87
Complementary color
Monochromatic Colors of #94ED87
Black with #94ED87
Text Example
Text Example
White with #94ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED87; }
p { color: rgb(148,237,135); }
H1.HeaderClassName
{
color: #94ED87;
}
.AnyTagClassName
{
color: #94ED87;
}
</style>
background-color css
<style>
a { background-color: #94ED87; }
a { background-color: rgb(148,237,135); }
div.DivClassName
{
background-color: #94ED87;
}
.BgClassName
{
background-color: #94ED87;
}
</style>
border-color css
<style>
span { border-color: #94ED87; }
span { border-color: rgb(148,237,135); }
td.TdClassName
{
border-color: #94ED87;
}
.TagClassName
{
border-color: #94ED87;
}
</style>