Shades of Light Green #82EF89
Tints of Light Green #82EF89
RGB
CMYK
RGB Variations
Color information
#82EF89 (or 0x82EF89) is known color: Light Green. HEX triplet: 82, EF and 89. RGB value is (130,239,137). Sum of RGB (Red+Green+Blue) = 130+239+137=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF89 is #7D1076. Grayscale: #C3C3C3. Windows color (decimal): -8196215 or 9039746. OLE color: 9039746.
HSL color Cylindrical-coordinate representation of color #82EF89: hue angle of 123.85º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EF89 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 137 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.06 |
| HSL | 123.85º | 0.77% | 0.72% | - |
| HSV(B) | 123.85º | 0.46% | 0.94% | - |
| XYZ | 44.59 | 68.28 | 34.5 | - |
| YUV | 194.78 | 95.39 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 137 | 0.46 | 0 | 0.43 | 0.06 | 123.85 | 0.77 | 0.72 |
| Hex | 82 | EF | 89 | 2E | 0 | 2B | 6 | 7C | 4D | 48 |
| Octal | 202 | 357 | 211 | 56 | 0 | 53 | 6 | 174 | 115 | 110 |
| Binary | 10000010 | 11101111 | 10001001 | 101110 | 0 | 101011 | 110 | 1111100 | 1001101 | 1001000 |
Color Harmonies of #82EF89
Complementary color
Monochromatic Colors of #82EF89
Black with #82EF89
Text Example
Text Example
White with #82EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EF89; }
p { color: rgb(130,239,137); }
H1.HeaderClassName
{
color: #82EF89;
}
.AnyTagClassName
{
color: #82EF89;
}
</style>
background-color css
<style>
a { background-color: #82EF89; }
a { background-color: rgb(130,239,137); }
div.DivClassName
{
background-color: #82EF89;
}
.BgClassName
{
background-color: #82EF89;
}
</style>
border-color css
<style>
span { border-color: #82EF89; }
span { border-color: rgb(130,239,137); }
td.TdClassName
{
border-color: #82EF89;
}
.TagClassName
{
border-color: #82EF89;
}
</style>