Html Css Color HEX #82EA8A Light Green

📋 copy color: '#82EA8A'

red 130 ◦ green 234 ◦ blue 138

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

Shades of Light Green #82EA8A

Tints of Light Green #82EA8A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.61%

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

R = 25.9%
G = 46.61%
B = 27.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#82EA8A (or 0x82EA8A) is known color: Light Green. HEX triplet: 82, EA and 8A. RGB value is (130,234,138). Sum of RGB (Red+Green+Blue) = 130+234+138=502 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.90% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA8A is #7D1575. Grayscale: #C0C0C0. Windows color (decimal): -8197494 or 9104002. OLE color: 9104002.

HSL color Cylindrical-coordinate representation of color #82EA8A: hue angle of 124.62º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82EA8A is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 138 -
CMYK 0.44 0 0.41 0.08
HSL 124.62º 0.71% 0.71% -
HSV(B) 124.62º 0.44% 0.92% -
XYZ 43.22 65.43 34.4 -
YUV 191.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 130 234 138 0.44 0 0.41 0.08 124.62 0.71 0.71
Hex 82 EA 8A 2C 0 29 8 7D 47 47
Octal 202 352 212 54 0 51 10 175 107 107
Binary 10000010 11101010 10001010 101100 0 101001 1000 1111101 1000111 1000111

Color Harmonies of #82EA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA8A

Black with #82EA8A

Text Example


Text Example

White with #82EA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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