Shades of Light Green #92F283
Tints of Light Green #92F283
RGB
CMYK
RGB Variations
Color information
#92F283 (or 0x92F283) is known color: Light Green. HEX triplet: 92, F2 and 83. RGB value is (146,242,131). Sum of RGB (Red+Green+Blue) = 146+242+131=519 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.13% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #92F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92F283 is #6D0D7C. Grayscale: #C8C8C8. Windows color (decimal): -7146877 or 8647314. OLE color: 8647314.
HSL color Cylindrical-coordinate representation of color #92F283: hue angle of 111.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92F283 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 242 | 131 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.05 |
| HSL | 111.89º | 0.81% | 0.73% | - |
| HSV(B) | 111.89º | 0.46% | 0.95% | - |
| XYZ | 47.7 | 71.25 | 32.71 | - |
| YUV | 200.64 | 88.7 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 242 | 131 | 0.40 | 0 | 0.46 | 0.05 | 111.89 | 0.81 | 0.73 |
| Hex | 92 | F2 | 83 | 28 | 0 | 2E | 5 | 70 | 51 | 49 |
| Octal | 222 | 362 | 203 | 50 | 0 | 56 | 5 | 160 | 121 | 111 |
| Binary | 10010010 | 11110010 | 10000011 | 101000 | 0 | 101110 | 101 | 1110000 | 1010001 | 1001001 |
Color Harmonies of #92F283
Complementary color
Monochromatic Colors of #92F283
Black with #92F283
Text Example
Text Example
White with #92F283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F283; }
p { color: rgb(146,242,131); }
H1.HeaderClassName
{
color: #92F283;
}
.AnyTagClassName
{
color: #92F283;
}
</style>
background-color css
<style>
a { background-color: #92F283; }
a { background-color: rgb(146,242,131); }
div.DivClassName
{
background-color: #92F283;
}
.BgClassName
{
background-color: #92F283;
}
</style>
border-color css
<style>
span { border-color: #92F283; }
span { border-color: rgb(146,242,131); }
td.TdClassName
{
border-color: #92F283;
}
.TagClassName
{
border-color: #92F283;
}
</style>