Shades of Light Green #82FF90
Tints of Light Green #82FF90
RGB
CMYK
RGB Variations
Color information
#82FF90 (or 0x82FF90) is known color: Light Green. HEX triplet: 82, FF and 90. RGB value is (130,255,144). Sum of RGB (Red+Green+Blue) = 130+255+144=529 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.57% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF90 is #7D006F. Grayscale: #CDCDCD. Windows color (decimal): -8192112 or 9502594. OLE color: 9502594.
HSL color Cylindrical-coordinate representation of color #82FF90: hue angle of 126.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FF90 is Cyan = 0.49, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 144 | - |
| CMYK | 0.49 | 0 | 0.44 | 0 |
| HSL | 126.72º | 1% | 0.75% | - |
| HSV(B) | 126.72º | 0.49% | 1% | - |
| XYZ | 50 | 78.28 | 38.86 | - |
| YUV | 204.97 | 93.59 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 144 | 0.49 | 0 | 0.44 | 0 | 126.72 | 1 | 0.75 |
| Hex | 82 | FF | 90 | 31 | 0 | 2C | 0 | 7F | 64 | 4B |
| Octal | 202 | 377 | 220 | 61 | 0 | 54 | 0 | 177 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10010000 | 110001 | 0 | 101100 | 0 | 1111111 | 1100100 | 1001011 |
Color Harmonies of #82FF90
Complementary color
Monochromatic Colors of #82FF90
Black with #82FF90
Text Example
Text Example
White with #82FF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF90; }
p { color: rgb(130,255,144); }
H1.HeaderClassName
{
color: #82FF90;
}
.AnyTagClassName
{
color: #82FF90;
}
</style>
background-color css
<style>
a { background-color: #82FF90; }
a { background-color: rgb(130,255,144); }
div.DivClassName
{
background-color: #82FF90;
}
.BgClassName
{
background-color: #82FF90;
}
</style>
border-color css
<style>
span { border-color: #82FF90; }
span { border-color: rgb(130,255,144); }
td.TdClassName
{
border-color: #82FF90;
}
.TagClassName
{
border-color: #82FF90;
}
</style>