Shades of Light Green #94FE73
Tints of Light Green #94FE73
RGB
CMYK
RGB Variations
Color information
#94FE73 (or 0x94FE73) is known color: Light Green. HEX triplet: 94, FE and 73. RGB value is (148,254,115). Sum of RGB (Red+Green+Blue) = 148+254+115=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FE73 is #6B018C. Grayscale: #CECECE. Windows color (decimal): -7012749 or 7601812. OLE color: 7601812.
HSL color Cylindrical-coordinate representation of color #94FE73: hue angle of 105.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94FE73 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 115 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.00 |
| HSL | 105.76º | 0.99% | 0.72% | - |
| HSV(B) | 105.76º | 0.55% | 1% | - |
| XYZ | 50.75 | 78.42 | 28.68 | - |
| YUV | 206.46 | 76.38 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 115 | 0.42 | 0 | 0.55 | 0.00 | 105.76 | 0.99 | 0.72 |
| Hex | 94 | FE | 73 | 2A | 0 | 37 | 0 | 6A | 63 | 48 |
| Octal | 224 | 376 | 163 | 52 | 0 | 67 | 0 | 152 | 143 | 110 |
| Binary | 10010100 | 11111110 | 1110011 | 101010 | 0 | 110111 | 0 | 1101010 | 1100011 | 1001000 |
Color Harmonies of #94FE73
Complementary color
Monochromatic Colors of #94FE73
Black with #94FE73
Text Example
Text Example
White with #94FE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE73; }
p { color: rgb(148,254,115); }
H1.HeaderClassName
{
color: #94FE73;
}
.AnyTagClassName
{
color: #94FE73;
}
</style>
background-color css
<style>
a { background-color: #94FE73; }
a { background-color: rgb(148,254,115); }
div.DivClassName
{
background-color: #94FE73;
}
.BgClassName
{
background-color: #94FE73;
}
</style>
border-color css
<style>
span { border-color: #94FE73; }
span { border-color: rgb(148,254,115); }
td.TdClassName
{
border-color: #94FE73;
}
.TagClassName
{
border-color: #94FE73;
}
</style>