Html Css Color HEX #82E097 Light Green

📋 copy color: '#82E097'

red 130 ◦ green 224 ◦ blue 151

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

Shades of Light Green #82E097

Tints of Light Green #82E097

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.36%

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

R = 25.74%
G = 44.36%
B = 29.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#82E097 (or 0x82E097) is known color: Light Green. HEX triplet: 82, E0 and 97. RGB value is (130,224,151). Sum of RGB (Red+Green+Blue) = 130+224+151=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #82E097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E097 is #7D1F68. Grayscale: #BBBBBB. Windows color (decimal): -8200041 or 9953410. OLE color: 9953410.

HSL color Cylindrical-coordinate representation of color #82E097: hue angle of 133.4º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E097 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 151 -
CMYK 0.42 0 0.33 0.12
HSL 133.4º 0.6% 0.69% -
HSV(B) 133.4º 0.42% 0.88% -
XYZ 41.45 60.29 38.73 -
YUV 187.57 107.36 86.94 -
System Red Green Blue C M Y K H S L
Decimal 130 224 151 0.42 0 0.33 0.12 133.4 0.6 0.69
Hex 82 E0 97 2A 0 21 C 85 3C 45
Octal 202 340 227 52 0 41 14 205 74 105
Binary 10000010 11100000 10010111 101010 0 100001 1100 10000101 111100 1000101

Color Harmonies of #82E097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E097

Black with #82E097

Text Example


Text Example

White with #82E097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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