Html Css Color HEX #82EF8A Light Green

📋 copy color: '#82EF8A'

red 130 ◦ green 239 ◦ blue 138

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

Shades of Light Green #82EF8A

Tints of Light Green #82EF8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.22%

R = 25.64%
G = 47.14%
B = 27.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#82EF8A (or 0x82EF8A) is known color: Light Green. HEX triplet: 82, EF and 8A. RGB value is (130,239,138). Sum of RGB (Red+Green+Blue) = 130+239+138=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF8A is #7D1075. Grayscale: #C3C3C3. Windows color (decimal): -8196214 or 9105282. OLE color: 9105282.

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

Color convert

RGB 130 239 138 -
CMYK 0.46 0 0.42 0.06
HSL 124.4º 0.77% 0.72% -
HSV(B) 124.4º 0.46% 0.94% -
XYZ 44.66 68.31 34.88 -
YUV 194.9 95.89 81.71 -
System Red Green Blue C M Y K H S L
Decimal 130 239 138 0.46 0 0.42 0.06 124.4 0.77 0.72
Hex 82 EF 8A 2E 0 2A 6 7C 4D 48
Octal 202 357 212 56 0 52 6 174 115 110
Binary 10000010 11101111 10001010 101110 0 101010 110 1111100 1001101 1001000

Color Harmonies of #82EF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EF8A

Black with #82EF8A

Text Example


Text Example

White with #82EF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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