Html Css Color HEX #82E195 Light Green

📋 copy color: '#82E195'

red 130 ◦ green 225 ◦ blue 149

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

Shades of Light Green #82E195

Tints of Light Green #82E195

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.64%

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

R = 25.79%
G = 44.64%
B = 29.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#82E195 (or 0x82E195) is known color: Light Green. HEX triplet: 82, E1 and 95. RGB value is (130,225,149). Sum of RGB (Red+Green+Blue) = 130+225+149=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #82E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E195 is #7D1E6A. Grayscale: #BCBCBC. Windows color (decimal): -8199787 or 9822594. OLE color: 9822594.

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

Color convert

RGB 130 225 149 -
CMYK 0.42 0 0.34 0.12
HSL 132º 0.61% 0.7% -
HSV(B) 132º 0.42% 0.88% -
XYZ 41.56 60.77 37.97 -
YUV 187.93 106.03 86.68 -
System Red Green Blue C M Y K H S L
Decimal 130 225 149 0.42 0 0.34 0.12 132 0.61 0.7
Hex 82 E1 95 2A 0 22 C 84 3D 46
Octal 202 341 225 52 0 42 14 204 75 106
Binary 10000010 11100001 10010101 101010 0 100010 1100 10000100 111101 1000110

Color Harmonies of #82E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E195

Black with #82E195

Text Example


Text Example

White with #82E195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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