Shades of Light Green #82F398
Tints of Light Green #82F398
RGB
CMYK
RGB Variations
Color information
#82F398 (or 0x82F398) is known color: Light Green. HEX triplet: 82, F3 and 98. RGB value is (130,243,152). Sum of RGB (Red+Green+Blue) = 130+243+152=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #82F398 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F398 is #7D0C67. Grayscale: #C7C7C7. Windows color (decimal): -8195176 or 10023810. OLE color: 10023810.
HSL color Cylindrical-coordinate representation of color #82F398: hue angle of 131.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82F398 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 243 | 152 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.05 |
| HSL | 131.68º | 0.82% | 0.73% | - |
| HSV(B) | 131.68º | 0.47% | 0.95% | - |
| XYZ | 46.92 | 71.11 | 40.96 | - |
| YUV | 198.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 243 | 152 | 0.47 | 0 | 0.37 | 0.05 | 131.68 | 0.82 | 0.73 |
| Hex | 82 | F3 | 98 | 2F | 0 | 25 | 5 | 84 | 52 | 49 |
| Octal | 202 | 363 | 230 | 57 | 0 | 45 | 5 | 204 | 122 | 111 |
| Binary | 10000010 | 11110011 | 10011000 | 101111 | 0 | 100101 | 101 | 10000100 | 1010010 | 1001001 |
Color Harmonies of #82F398
Complementary color
Monochromatic Colors of #82F398
Black with #82F398
Text Example
Text Example
White with #82F398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F398; }
p { color: rgb(130,243,152); }
H1.HeaderClassName
{
color: #82F398;
}
.AnyTagClassName
{
color: #82F398;
}
</style>
background-color css
<style>
a { background-color: #82F398; }
a { background-color: rgb(130,243,152); }
div.DivClassName
{
background-color: #82F398;
}
.BgClassName
{
background-color: #82F398;
}
</style>
border-color css
<style>
span { border-color: #82F398; }
span { border-color: rgb(130,243,152); }
td.TdClassName
{
border-color: #82F398;
}
.TagClassName
{
border-color: #82F398;
}
</style>