Shades of Light Green #92FA73
Tints of Light Green #92FA73
RGB
CMYK
RGB Variations
Color information
#92FA73 (or 0x92FA73) is known color: Light Green. HEX triplet: 92, FA and 73. RGB value is (146,250,115). Sum of RGB (Red+Green+Blue) = 146+250+115=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FA73 is #6D058C. Grayscale: #CBCBCB. Windows color (decimal): -7144845 or 7600786. OLE color: 7600786.
HSL color Cylindrical-coordinate representation of color #92FA73: hue angle of 106.22º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #92FA73 is Cyan = 0.42, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 115 | - |
| CMYK | 0.42 | 0 | 0.54 | 0.02 |
| HSL | 106.22º | 0.93% | 0.72% | - |
| HSV(B) | 106.22º | 0.54% | 0.98% | - |
| XYZ | 49.13 | 75.72 | 28.25 | - |
| YUV | 203.51 | 78.04 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 115 | 0.42 | 0 | 0.54 | 0.02 | 106.22 | 0.93 | 0.72 |
| Hex | 92 | FA | 73 | 2A | 0 | 36 | 2 | 6A | 5D | 48 |
| Octal | 222 | 372 | 163 | 52 | 0 | 66 | 2 | 152 | 135 | 110 |
| Binary | 10010010 | 11111010 | 1110011 | 101010 | 0 | 110110 | 10 | 1101010 | 1011101 | 1001000 |
Color Harmonies of #92FA73
Complementary color
Monochromatic Colors of #92FA73
Black with #92FA73
Text Example
Text Example
White with #92FA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA73; }
p { color: rgb(146,250,115); }
H1.HeaderClassName
{
color: #92FA73;
}
.AnyTagClassName
{
color: #92FA73;
}
</style>
background-color css
<style>
a { background-color: #92FA73; }
a { background-color: rgb(146,250,115); }
div.DivClassName
{
background-color: #92FA73;
}
.BgClassName
{
background-color: #92FA73;
}
</style>
border-color css
<style>
span { border-color: #92FA73; }
span { border-color: rgb(146,250,115); }
td.TdClassName
{
border-color: #92FA73;
}
.TagClassName
{
border-color: #92FA73;
}
</style>