Html Css Color HEX #82E194 Light Green

📋 copy color: '#82E194'

red 130 ◦ green 225 ◦ blue 148

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

Shades of Light Green #82E194

Tints of Light Green #82E194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.42%

R = 25.84%
G = 44.73%
B = 29.42%

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

#82E194 (or 0x82E194) is known color: Light Green. HEX triplet: 82, E1 and 94. RGB value is (130,225,148). Sum of RGB (Red+Green+Blue) = 130+225+148=503 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.84% from 503); Green value is 225 (88.28% from 255 or 44.73% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 225 - color contains mainly: green. Hex color #82E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E194 is #7D1E6B. Grayscale: #BCBCBC. Windows color (decimal): -8199788 or 9757058. OLE color: 9757058.

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

Color convert

RGB 130 225 148 -
CMYK 0.42 0 0.34 0.12
HSL 131.37º 0.61% 0.7% -
HSV(B) 131.37º 0.42% 0.88% -
XYZ 41.48 60.73 37.55 -
YUV 187.82 105.53 86.76 -
System Red Green Blue C M Y K H S L
Decimal 130 225 148 0.42 0 0.34 0.12 131.37 0.61 0.7
Hex 82 E1 94 2A 0 22 C 83 3D 46
Octal 202 341 224 52 0 42 14 203 75 106
Binary 10000010 11100001 10010100 101010 0 100010 1100 10000011 111101 1000110

Color Harmonies of #82E194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E194

Black with #82E194

Text Example


Text Example

White with #82E194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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