Shades of Light Green #94F87A
Tints of Light Green #94F87A
RGB
CMYK
RGB Variations
Color information
#94F87A (or 0x94F87A) is known color: Light Green. HEX triplet: 94, F8 and 7A. RGB value is (148,248,122). Sum of RGB (Red+Green+Blue) = 148+248+122=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 248 - color contains mainly: green. Hex color #94F87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F87A is #6B0785. Grayscale: #CCCCCC. Windows color (decimal): -7014278 or 8059028. OLE color: 8059028.
HSL color Cylindrical-coordinate representation of color #94F87A: hue angle of 107.62º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94F87A is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 248 | 122 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.03 |
| HSL | 107.62º | 0.9% | 0.73% | - |
| HSV(B) | 107.62º | 0.51% | 0.97% | - |
| XYZ | 49.29 | 74.84 | 30.26 | - |
| YUV | 203.74 | 81.87 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 248 | 122 | 0.40 | 0 | 0.51 | 0.03 | 107.62 | 0.9 | 0.73 |
| Hex | 94 | F8 | 7A | 28 | 0 | 33 | 3 | 6C | 5A | 49 |
| Octal | 224 | 370 | 172 | 50 | 0 | 63 | 3 | 154 | 132 | 111 |
| Binary | 10010100 | 11111000 | 1111010 | 101000 | 0 | 110011 | 11 | 1101100 | 1011010 | 1001001 |
Color Harmonies of #94F87A
Complementary color
Monochromatic Colors of #94F87A
Black with #94F87A
Text Example
Text Example
White with #94F87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F87A; }
p { color: rgb(148,248,122); }
H1.HeaderClassName
{
color: #94F87A;
}
.AnyTagClassName
{
color: #94F87A;
}
</style>
background-color css
<style>
a { background-color: #94F87A; }
a { background-color: rgb(148,248,122); }
div.DivClassName
{
background-color: #94F87A;
}
.BgClassName
{
background-color: #94F87A;
}
</style>
border-color css
<style>
span { border-color: #94F87A; }
span { border-color: rgb(148,248,122); }
td.TdClassName
{
border-color: #94F87A;
}
.TagClassName
{
border-color: #94F87A;
}
</style>