Shades of Light Green #94E397
Tints of Light Green #94E397
RGB
CMYK
RGB Variations
Color information
#94E397 (or 0x94E397) is known color: Light Green. HEX triplet: 94, E3 and 97. RGB value is (148,227,151). Sum of RGB (Red+Green+Blue) = 148+227+151=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 151 (59.38% from 255 or 28.71% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #94E397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E397 is #6B1C68. Grayscale: #C2C2C2. Windows color (decimal): -7019625 or 9954196. OLE color: 9954196.
HSL color Cylindrical-coordinate representation of color #94E397: hue angle of 122.28º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E397 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 227 | 151 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.11 |
| HSL | 122.28º | 0.59% | 0.74% | - |
| HSV(B) | 122.28º | 0.35% | 0.89% | - |
| XYZ | 45.27 | 63.47 | 39.14 | - |
| YUV | 194.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 227 | 151 | 0.35 | 0 | 0.33 | 0.11 | 122.28 | 0.59 | 0.74 |
| Hex | 94 | E3 | 97 | 23 | 0 | 21 | B | 7A | 3B | 4A |
| Octal | 224 | 343 | 227 | 43 | 0 | 41 | 13 | 172 | 73 | 112 |
| Binary | 10010100 | 11100011 | 10010111 | 100011 | 0 | 100001 | 1011 | 1111010 | 111011 | 1001010 |
Color Harmonies of #94E397
Complementary color
Monochromatic Colors of #94E397
Black with #94E397
Text Example
Text Example
White with #94E397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E397; }
p { color: rgb(148,227,151); }
H1.HeaderClassName
{
color: #94E397;
}
.AnyTagClassName
{
color: #94E397;
}
</style>
background-color css
<style>
a { background-color: #94E397; }
a { background-color: rgb(148,227,151); }
div.DivClassName
{
background-color: #94E397;
}
.BgClassName
{
background-color: #94E397;
}
</style>
border-color css
<style>
span { border-color: #94E397; }
span { border-color: rgb(148,227,151); }
td.TdClassName
{
border-color: #94E397;
}
.TagClassName
{
border-color: #94E397;
}
</style>