Shades of Light Green #92F281
Tints of Light Green #92F281
RGB
CMYK
RGB Variations
Color information
#92F281 (or 0x92F281) is known color: Light Green. HEX triplet: 92, F2 and 81. RGB value is (146,242,129). Sum of RGB (Red+Green+Blue) = 146+242+129=517 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.24% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #92F281 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F281 is #6D0D7E. Grayscale: #C8C8C8. Windows color (decimal): -7146879 or 8516242. OLE color: 8516242.
HSL color Cylindrical-coordinate representation of color #92F281: hue angle of 110.97º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92F281 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 129 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.05 |
| HSL | 110.97º | 0.81% | 0.73% | - |
| HSV(B) | 110.97º | 0.47% | 0.95% | - |
| XYZ | 47.57 | 71.2 | 32 | - |
| YUV | 200.41 | 87.7 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 129 | 0.40 | 0 | 0.47 | 0.05 | 110.97 | 0.81 | 0.73 |
| Hex | 92 | F2 | 81 | 28 | 0 | 2F | 5 | 6F | 51 | 49 |
| Octal | 222 | 362 | 201 | 50 | 0 | 57 | 5 | 157 | 121 | 111 |
| Binary | 10010010 | 11110010 | 10000001 | 101000 | 0 | 101111 | 101 | 1101111 | 1010001 | 1001001 |
Color Harmonies of #92F281
Complementary color
Monochromatic Colors of #92F281
Black with #92F281
Text Example
Text Example
White with #92F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F281; }
p { color: rgb(146,242,129); }
H1.HeaderClassName
{
color: #92F281;
}
.AnyTagClassName
{
color: #92F281;
}
</style>
background-color css
<style>
a { background-color: #92F281; }
a { background-color: rgb(146,242,129); }
div.DivClassName
{
background-color: #92F281;
}
.BgClassName
{
background-color: #92F281;
}
</style>
border-color css
<style>
span { border-color: #92F281; }
span { border-color: rgb(146,242,129); }
td.TdClassName
{
border-color: #92F281;
}
.TagClassName
{
border-color: #92F281;
}
</style>