Shades of Light Green #92F271
Tints of Light Green #92F271
RGB
CMYK
RGB Variations
Color information
#92F271 (or 0x92F271) is known color: Light Green. HEX triplet: 92, F2 and 71. RGB value is (146,242,113). Sum of RGB (Red+Green+Blue) = 146+242+113=501 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.14% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #92F271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92F271 is #6D0D8E. Grayscale: #C7C7C7. Windows color (decimal): -7146895 or 7467666. OLE color: 7467666.
HSL color Cylindrical-coordinate representation of color #92F271: hue angle of 104.65º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #92F271 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 113 | - |
| CMYK | 0.40 | 0 | 0.53 | 0.05 |
| HSL | 104.65º | 0.83% | 0.7% | - |
| HSV(B) | 104.65º | 0.53% | 0.95% | - |
| XYZ | 46.59 | 70.81 | 26.83 | - |
| YUV | 198.59 | 79.7 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 113 | 0.40 | 0 | 0.53 | 0.05 | 104.65 | 0.83 | 0.7 |
| Hex | 92 | F2 | 71 | 28 | 0 | 35 | 5 | 69 | 53 | 46 |
| Octal | 222 | 362 | 161 | 50 | 0 | 65 | 5 | 151 | 123 | 106 |
| Binary | 10010010 | 11110010 | 1110001 | 101000 | 0 | 110101 | 101 | 1101001 | 1010011 | 1000110 |
Color Harmonies of #92F271
Complementary color
Monochromatic Colors of #92F271
Black with #92F271
Text Example
Text Example
White with #92F271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F271; }
p { color: rgb(146,242,113); }
H1.HeaderClassName
{
color: #92F271;
}
.AnyTagClassName
{
color: #92F271;
}
</style>
background-color css
<style>
a { background-color: #92F271; }
a { background-color: rgb(146,242,113); }
div.DivClassName
{
background-color: #92F271;
}
.BgClassName
{
background-color: #92F271;
}
</style>
border-color css
<style>
span { border-color: #92F271; }
span { border-color: rgb(146,242,113); }
td.TdClassName
{
border-color: #92F271;
}
.TagClassName
{
border-color: #92F271;
}
</style>