Html Css Color HEX #82EF86 Light Green

📋 copy color: '#82EF86'

red 130 ◦ green 239 ◦ blue 134

#82EF86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #82EF86

Tints of Light Green #82EF86

RGB

 RED value IS 130 (51.17% from 255) = 25.84%

 GREEN value IS 239 (93.75% from 255) = 47.51%

 BLUE value IS 134 (52.73% from 255) = 26.64%

R = 25.84%
G = 47.51%
B = 26.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#82EF86 (or 0x82EF86) is known color: Light Green. HEX triplet: 82, EF and 86. RGB value is (130,239,134). Sum of RGB (Red+Green+Blue) = 130+239+134=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF86 is #7D1079. Grayscale: #C2C2C2. Windows color (decimal): -8196218 or 8843138. OLE color: 8843138.

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

Color convert

RGB 130 239 134 -
CMYK 0.46 0 0.44 0.06
HSL 122.2º 0.77% 0.72% -
HSV(B) 122.2º 0.46% 0.94% -
XYZ 44.38 68.2 33.38 -
YUV 194.44 93.89 82.04 -
System Red Green Blue C M Y K H S L
Decimal 130 239 134 0.46 0 0.44 0.06 122.2 0.77 0.72
Hex 82 EF 86 2E 0 2C 6 7A 4D 48
Octal 202 357 206 56 0 54 6 172 115 110
Binary 10000010 11101111 10000110 101110 0 101100 110 1111010 1001101 1001000

Color Harmonies of #82EF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF86

Black with #82EF86

Text Example


Text Example

White with #82EF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82EF86;
 }
 .AnyTagClassName
 {
   color: #82EF86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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