#82EF83

Color #82EF83 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #82EF83

Tints of Light Green #82EF83

Color information

#82EF83 (or 0x82EF83) is unknown color: approx Light Green. HEX triplet: 82, EF and 83. RGB value is (130,239,131). Sum of RGB (Red+Green+Blue) = 130+239+131=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF83 is #7D107C. Grayscale: #C2C2C2. Windows color (decimal): -8196221 or 8646530. OLE color: 8646530.

HSL color Cylindrical-coordinate representation of color #82EF83: hue angle of 120.55º 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 #82EF83 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB130239131-
CMYK0.4600.450.06
HSL120.55º77.3%72.35%-
HSV(B)120.55º45.61%93.73%-
XYZ44.1768.1232.29-
YUV194.192.3982.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 26%
GREEN value IS 239 (93.75% from 255) = 47.8%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=26%
G=47.8%
B=26.2%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391310.4600.450.06120.5577.372.35
Hex82EF832E02D6794d48
Octal202357203560556171115110
Binary1000001011101111100000111011100101101110111100110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82EF83; }

 p { color: rgb(130,239,131); }

 H1.HeaderClassName
 {
   color: #82EF83;
 }
 .AnyTagClassName
 {
   color: #82EF83;
 }
</style>
background-color css

<style>
 a { background-color: #82EF83; }

 a { background-color: rgb(130,239,131); }

 div.DivClassName
 {
   background-color: #82EF83;
 }
 .BgClassName
 {
   background-color: #82EF83;
 }
</style>
border-color css

<style>
 span { border-color: #82EF83; }

 span { border-color: rgb(130,239,131); }

 td.TdClassName
 {
   border-color: #82EF83;
 }
 .TagClassName
 {
   border-color: #82EF83;
 }
</style>