Shades of Light Green #92FA7D
Tints of Light Green #92FA7D
RGB
CMYK
RGB Variations
Color information
#92FA7D (or 0x92FA7D) is known color: Light Green. HEX triplet: 92, FA and 7D. RGB value is (146,250,125). Sum of RGB (Red+Green+Blue) = 146+250+125=521 (69% of max value = 765). Red value is 146 (57.42% from 255 or 28.02% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #92FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92FA7D is #6D0582. Grayscale: #CDCDCD. Windows color (decimal): -7144835 or 8256146. OLE color: 8256146.
HSL color Cylindrical-coordinate representation of color #92FA7D: hue angle of 109.92º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92FA7D is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 125 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.02 |
| HSL | 109.92º | 0.93% | 0.74% | - |
| HSV(B) | 109.92º | 0.5% | 0.98% | - |
| XYZ | 49.74 | 75.96 | 31.44 | - |
| YUV | 204.65 | 83.04 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 125 | 0.42 | 0 | 0.50 | 0.02 | 109.92 | 0.93 | 0.74 |
| Hex | 92 | FA | 7D | 2A | 0 | 32 | 2 | 6E | 5D | 4A |
| Octal | 222 | 372 | 175 | 52 | 0 | 62 | 2 | 156 | 135 | 112 |
| Binary | 10010010 | 11111010 | 1111101 | 101010 | 0 | 110010 | 10 | 1101110 | 1011101 | 1001010 |
Color Harmonies of #92FA7D
Complementary color
Monochromatic Colors of #92FA7D
Black with #92FA7D
Text Example
Text Example
White with #92FA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FA7D; }
p { color: rgb(146,250,125); }
H1.HeaderClassName
{
color: #92FA7D;
}
.AnyTagClassName
{
color: #92FA7D;
}
</style>
background-color css
<style>
a { background-color: #92FA7D; }
a { background-color: rgb(146,250,125); }
div.DivClassName
{
background-color: #92FA7D;
}
.BgClassName
{
background-color: #92FA7D;
}
</style>
border-color css
<style>
span { border-color: #92FA7D; }
span { border-color: rgb(146,250,125); }
td.TdClassName
{
border-color: #92FA7D;
}
.TagClassName
{
border-color: #92FA7D;
}
</style>