Html Css Color HEX #82E695 Light Green

📋 copy color: '#82E695'

red 130 ◦ green 230 ◦ blue 149

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

Shades of Light Green #82E695

Tints of Light Green #82E695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.19%

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 25.54%
G = 45.19%
B = 29.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#82E695 (or 0x82E695) is known color: Light Green. HEX triplet: 82, E6 and 95. RGB value is (130,230,149). Sum of RGB (Red+Green+Blue) = 130+230+149=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #82E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82E695 is #7D196A. Grayscale: #BFBFBF. Windows color (decimal): -8198507 or 9823874. OLE color: 9823874.

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

Color convert

RGB 130 230 149 -
CMYK 0.43 0 0.35 0.10
HSL 131.4º 0.67% 0.71% -
HSV(B) 131.4º 0.43% 0.9% -
XYZ 42.93 63.51 38.43 -
YUV 190.87 104.37 84.59 -
System Red Green Blue C M Y K H S L
Decimal 130 230 149 0.43 0 0.35 0.10 131.4 0.67 0.71
Hex 82 E6 95 2B 0 23 A 83 43 47
Octal 202 346 225 53 0 43 12 203 103 107
Binary 10000010 11100110 10010101 101011 0 100011 1010 10000011 1000011 1000111

Color Harmonies of #82E695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E695

Black with #82E695

Text Example


Text Example

White with #82E695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,230,149); }

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

background-color css

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

 a { background-color: rgb(130,230,149); }

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

border-color css

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

 span { border-color: rgb(130,230,149); }

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