Shades of Light Green #92FE83
Tints of Light Green #92FE83
RGB
CMYK
RGB Variations
Color information
#92FE83 (or 0x92FE83) is known color: Light Green. HEX triplet: 92, FE and 83. RGB value is (146,254,131). Sum of RGB (Red+Green+Blue) = 146+254+131=531 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.50% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #92FE83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92FE83 is #6D017C. Grayscale: #D0D0D0. Windows color (decimal): -7143805 or 8650386. OLE color: 8650386.
HSL color Cylindrical-coordinate representation of color #92FE83: hue angle of 112.68º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #92FE83 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 131 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.00 |
| HSL | 112.68º | 0.98% | 0.75% | - |
| HSV(B) | 112.68º | 0.48% | 1% | - |
| XYZ | 51.39 | 78.63 | 33.94 | - |
| YUV | 207.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 131 | 0.43 | 0 | 0.48 | 0.00 | 112.68 | 0.98 | 0.75 |
| Hex | 92 | FE | 83 | 2B | 0 | 30 | 0 | 71 | 62 | 4B |
| Octal | 222 | 376 | 203 | 53 | 0 | 60 | 0 | 161 | 142 | 113 |
| Binary | 10010010 | 11111110 | 10000011 | 101011 | 0 | 110000 | 0 | 1110001 | 1100010 | 1001011 |
Color Harmonies of #92FE83
Complementary color
Monochromatic Colors of #92FE83
Black with #92FE83
Text Example
Text Example
White with #92FE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FE83; }
p { color: rgb(146,254,131); }
H1.HeaderClassName
{
color: #92FE83;
}
.AnyTagClassName
{
color: #92FE83;
}
</style>
background-color css
<style>
a { background-color: #92FE83; }
a { background-color: rgb(146,254,131); }
div.DivClassName
{
background-color: #92FE83;
}
.BgClassName
{
background-color: #92FE83;
}
</style>
border-color css
<style>
span { border-color: #92FE83; }
span { border-color: rgb(146,254,131); }
td.TdClassName
{
border-color: #92FE83;
}
.TagClassName
{
border-color: #92FE83;
}
</style>