Html Css Color HEX #82EA97 Light Green

📋 copy color: '#82EA97'

red 130 ◦ green 234 ◦ blue 151

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

Shades of Light Green #82EA97

Tints of Light Green #82EA97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.32%

R = 25.24%
G = 45.44%
B = 29.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#82EA97 (or 0x82EA97) is known color: Light Green. HEX triplet: 82, EA and 97. RGB value is (130,234,151). Sum of RGB (Red+Green+Blue) = 130+234+151=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA97 is #7D1568. Grayscale: #C1C1C1. Windows color (decimal): -8197481 or 9955970. OLE color: 9955970.

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

Color convert

RGB 130 234 151 -
CMYK 0.44 0 0.35 0.08
HSL 132.12º 0.71% 0.71% -
HSV(B) 132.12º 0.44% 0.92% -
XYZ 44.21 65.83 39.65 -
YUV 193.44 104.04 82.75 -
System Red Green Blue C M Y K H S L
Decimal 130 234 151 0.44 0 0.35 0.08 132.12 0.71 0.71
Hex 82 EA 97 2C 0 23 8 84 47 47
Octal 202 352 227 54 0 43 10 204 107 107
Binary 10000010 11101010 10010111 101100 0 100011 1000 10000100 1000111 1000111

Color Harmonies of #82EA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA97

Black with #82EA97

Text Example


Text Example

White with #82EA97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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