Shades of Light Green #82FF93
Tints of Light Green #82FF93
RGB
CMYK
RGB Variations
Color information
#82FF93 (or 0x82FF93) is known color: Light Green. HEX triplet: 82, FF and 93. RGB value is (130,255,147). Sum of RGB (Red+Green+Blue) = 130+255+147=532 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.44% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF93 is #7D006C. Grayscale: #CDCDCD. Windows color (decimal): -8192109 or 9699202. OLE color: 9699202.
HSL color Cylindrical-coordinate representation of color #82FF93: hue angle of 128.16º 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 #82FF93 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 255 | 147 | - |
| CMYK | 0.49 | 0 | 0.42 | 0 |
| HSL | 128.16º | 1% | 0.75% | - |
| HSV(B) | 128.16º | 0.49% | 1% | - |
| XYZ | 50.23 | 78.37 | 40.08 | - |
| YUV | 205.31 | 95.09 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 255 | 147 | 0.49 | 0 | 0.42 | 0 | 128.16 | 1 | 0.75 |
| Hex | 82 | FF | 93 | 31 | 0 | 2A | 0 | 80 | 64 | 4B |
| Octal | 202 | 377 | 223 | 61 | 0 | 52 | 0 | 200 | 144 | 113 |
| Binary | 10000010 | 11111111 | 10010011 | 110001 | 0 | 101010 | 0 | 10000000 | 1100100 | 1001011 |
Color Harmonies of #82FF93
Complementary color
Monochromatic Colors of #82FF93
Black with #82FF93
Text Example
Text Example
White with #82FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82FF93; }
p { color: rgb(130,255,147); }
H1.HeaderClassName
{
color: #82FF93;
}
.AnyTagClassName
{
color: #82FF93;
}
</style>
background-color css
<style>
a { background-color: #82FF93; }
a { background-color: rgb(130,255,147); }
div.DivClassName
{
background-color: #82FF93;
}
.BgClassName
{
background-color: #82FF93;
}
</style>
border-color css
<style>
span { border-color: #82FF93; }
span { border-color: rgb(130,255,147); }
td.TdClassName
{
border-color: #82FF93;
}
.TagClassName
{
border-color: #82FF93;
}
</style>