Html Css Color HEX #82E096 Light Green

📋 copy color: '#82E096'

red 130 ◦ green 224 ◦ blue 150

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

Shades of Light Green #82E096

Tints of Light Green #82E096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 25.79%
G = 44.44%
B = 29.76%

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

#82E096 (or 0x82E096) is known color: Light Green. HEX triplet: 82, E0 and 96. RGB value is (130,224,150). Sum of RGB (Red+Green+Blue) = 130+224+150=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #82E096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E096 is #7D1F69. Grayscale: #BBBBBB. Windows color (decimal): -8200042 or 9887874. OLE color: 9887874.

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

Color convert

RGB 130 224 150 -
CMYK 0.42 0 0.33 0.12
HSL 132.77º 0.6% 0.69% -
HSV(B) 132.77º 0.42% 0.88% -
XYZ 41.37 60.26 38.31 -
YUV 187.46 106.86 87.02 -
System Red Green Blue C M Y K H S L
Decimal 130 224 150 0.42 0 0.33 0.12 132.77 0.6 0.69
Hex 82 E0 96 2A 0 21 C 85 3C 45
Octal 202 340 226 52 0 41 14 205 74 105
Binary 10000010 11100000 10010110 101010 0 100001 1100 10000101 111100 1000101

Color Harmonies of #82E096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E096

Black with #82E096

Text Example


Text Example

White with #82E096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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