Shades of Light Green #94ED7C
Tints of Light Green #94ED7C
RGB
CMYK
RGB Variations
Color information
#94ED7C (or 0x94ED7C) is known color: Light Green. HEX triplet: 94, ED and 7C. RGB value is (148,237,124). Sum of RGB (Red+Green+Blue) = 148+237+124=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94ED7C is #6B1283. Grayscale: #C5C5C5. Windows color (decimal): -7017092 or 8187284. OLE color: 8187284.
HSL color Cylindrical-coordinate representation of color #94ED7C: hue angle of 107.26º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94ED7C is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 237 | 124 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.07 |
| HSL | 107.26º | 0.76% | 0.71% | - |
| HSV(B) | 107.26º | 0.48% | 0.93% | - |
| XYZ | 46.14 | 68.32 | 29.82 | - |
| YUV | 197.51 | 86.51 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 237 | 124 | 0.38 | 0 | 0.48 | 0.07 | 107.26 | 0.76 | 0.71 |
| Hex | 94 | ED | 7C | 26 | 0 | 30 | 7 | 6B | 4C | 47 |
| Octal | 224 | 355 | 174 | 46 | 0 | 60 | 7 | 153 | 114 | 107 |
| Binary | 10010100 | 11101101 | 1111100 | 100110 | 0 | 110000 | 111 | 1101011 | 1001100 | 1000111 |
Color Harmonies of #94ED7C
Complementary color
Monochromatic Colors of #94ED7C
Black with #94ED7C
Text Example
Text Example
White with #94ED7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ED7C; }
p { color: rgb(148,237,124); }
H1.HeaderClassName
{
color: #94ED7C;
}
.AnyTagClassName
{
color: #94ED7C;
}
</style>
background-color css
<style>
a { background-color: #94ED7C; }
a { background-color: rgb(148,237,124); }
div.DivClassName
{
background-color: #94ED7C;
}
.BgClassName
{
background-color: #94ED7C;
}
</style>
border-color css
<style>
span { border-color: #94ED7C; }
span { border-color: rgb(148,237,124); }
td.TdClassName
{
border-color: #94ED7C;
}
.TagClassName
{
border-color: #94ED7C;
}
</style>