Html Css Color HEX #82E596 Light Green

📋 copy color: '#82E596'

red 130 ◦ green 229 ◦ blue 150

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

Shades of Light Green #82E596

Tints of Light Green #82E596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.99%

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

R = 25.54%
G = 44.99%
B = 29.47%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#82E596 (or 0x82E596) is known color: Light Green. HEX triplet: 82, E5 and 96. RGB value is (130,229,150). Sum of RGB (Red+Green+Blue) = 130+229+150=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #82E596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E596 is #7D1A69. Grayscale: #BEBEBE. Windows color (decimal): -8198762 or 9889154. OLE color: 9889154.

HSL color Cylindrical-coordinate representation of color #82E596: hue angle of 132.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E596 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 229 150 -
CMYK 0.43 0 0.34 0.10
HSL 132.12º 0.66% 0.7% -
HSV(B) 132.12º 0.43% 0.9% -
XYZ 42.73 62.99 38.76 -
YUV 190.39 105.2 84.92 -
System Red Green Blue C M Y K H S L
Decimal 130 229 150 0.43 0 0.34 0.10 132.12 0.66 0.7
Hex 82 E5 96 2B 0 22 A 84 42 46
Octal 202 345 226 53 0 42 12 204 102 106
Binary 10000010 11100101 10010110 101011 0 100010 1010 10000100 1000010 1000110

Color Harmonies of #82E596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E596

Black with #82E596

Text Example


Text Example

White with #82E596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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