Shades of Light Green #92EC80
Tints of Light Green #92EC80
RGB
CMYK
RGB Variations
Color information
#92EC80 (or 0x92EC80) is known color: Light Green. HEX triplet: 92, EC and 80. RGB value is (146,236,128). Sum of RGB (Red+Green+Blue) = 146+236+128=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #92EC80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #92EC80 is #6D137F. Grayscale: #C5C5C5. Windows color (decimal): -7148416 or 8449170. OLE color: 8449170.
HSL color Cylindrical-coordinate representation of color #92EC80: hue angle of 110º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #92EC80 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 128 | - |
| CMYK | 0.38 | 0 | 0.46 | 0.07 |
| HSL | 110º | 0.74% | 0.71% | - |
| HSV(B) | 110º | 0.46% | 0.93% | - |
| XYZ | 45.75 | 67.66 | 31.07 | - |
| YUV | 196.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 128 | 0.38 | 0 | 0.46 | 0.07 | 110 | 0.74 | 0.71 |
| Hex | 92 | EC | 80 | 26 | 0 | 2E | 7 | 6E | 4A | 47 |
| Octal | 222 | 354 | 200 | 46 | 0 | 56 | 7 | 156 | 112 | 107 |
| Binary | 10010010 | 11101100 | 10000000 | 100110 | 0 | 101110 | 111 | 1101110 | 1001010 | 1000111 |
Color Harmonies of #92EC80
Complementary color
Monochromatic Colors of #92EC80
Black with #92EC80
Text Example
Text Example
White with #92EC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EC80; }
p { color: rgb(146,236,128); }
H1.HeaderClassName
{
color: #92EC80;
}
.AnyTagClassName
{
color: #92EC80;
}
</style>
background-color css
<style>
a { background-color: #92EC80; }
a { background-color: rgb(146,236,128); }
div.DivClassName
{
background-color: #92EC80;
}
.BgClassName
{
background-color: #92EC80;
}
</style>
border-color css
<style>
span { border-color: #92EC80; }
span { border-color: rgb(146,236,128); }
td.TdClassName
{
border-color: #92EC80;
}
.TagClassName
{
border-color: #92EC80;
}
</style>