Shades of Light Green #94FF73
Tints of Light Green #94FF73
RGB
CMYK
RGB Variations
Color information
#94FF73 (or 0x94FF73) is known color: Light Green. HEX triplet: 94, FF and 73. RGB value is (148,255,115). Sum of RGB (Red+Green+Blue) = 148+255+115=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF73 is #6B008C. Grayscale: #CFCFCF. Windows color (decimal): -7012493 or 7602068. OLE color: 7602068.
HSL color Cylindrical-coordinate representation of color #94FF73: hue angle of 105.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94FF73 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 115 | - |
| CMYK | 0.42 | 0 | 0.55 | 0 |
| HSL | 105.86º | 1% | 0.73% | - |
| HSV(B) | 105.86º | 0.55% | 1% | - |
| XYZ | 51.07 | 79.05 | 28.79 | - |
| YUV | 207.05 | 76.05 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 115 | 0.42 | 0 | 0.55 | 0 | 105.86 | 1 | 0.73 |
| Hex | 94 | FF | 73 | 2A | 0 | 37 | 0 | 6A | 64 | 49 |
| Octal | 224 | 377 | 163 | 52 | 0 | 67 | 0 | 152 | 144 | 111 |
| Binary | 10010100 | 11111111 | 1110011 | 101010 | 0 | 110111 | 0 | 1101010 | 1100100 | 1001001 |
Color Harmonies of #94FF73
Complementary color
Monochromatic Colors of #94FF73
Black with #94FF73
Text Example
Text Example
White with #94FF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FF73; }
p { color: rgb(148,255,115); }
H1.HeaderClassName
{
color: #94FF73;
}
.AnyTagClassName
{
color: #94FF73;
}
</style>
background-color css
<style>
a { background-color: #94FF73; }
a { background-color: rgb(148,255,115); }
div.DivClassName
{
background-color: #94FF73;
}
.BgClassName
{
background-color: #94FF73;
}
</style>
border-color css
<style>
span { border-color: #94FF73; }
span { border-color: rgb(148,255,115); }
td.TdClassName
{
border-color: #94FF73;
}
.TagClassName
{
border-color: #94FF73;
}
</style>