Html Css Color HEX #82EBA3 Light Green

📋 copy color: '#82EBA3'

red 130 ◦ green 235 ◦ blue 163

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

Shades of Light Green #82EBA3

Tints of Light Green #82EBA3

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.51%

 BLUE value IS 163 (64.06% from 255) = 30.87%

R = 24.62%
G = 44.51%
B = 30.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#82EBA3 (or 0x82EBA3) is known color: Light Green. HEX triplet: 82, EB and A3. RGB value is (130,235,163). Sum of RGB (Red+Green+Blue) = 130+235+163=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 235 (92.19% from 255 or 44.51% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 235 - color contains mainly: green. Hex color #82EBA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EBA3 is #7D145C. Grayscale: #C3C3C3. Windows color (decimal): -8197213 or 10742658. OLE color: 10742658.

HSL color Cylindrical-coordinate representation of color #82EBA3: hue angle of 138.86º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82EBA3 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 235 163 -
CMYK 0.45 0 0.31 0.08
HSL 138.86º 0.72% 0.72% -
HSV(B) 138.86º 0.45% 0.92% -
XYZ 45.53 66.81 45.15 -
YUV 195.4 109.71 81.35 -
System Red Green Blue C M Y K H S L
Decimal 130 235 163 0.45 0 0.31 0.08 138.86 0.72 0.72
Hex 82 EB A3 2D 0 1F 8 8B 48 48
Octal 202 353 243 55 0 37 10 213 110 110
Binary 10000010 11101011 10100011 101101 0 11111 1000 10001011 1001000 1001000

Color Harmonies of #82EBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EBA3

Black with #82EBA3

Text Example


Text Example

White with #82EBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,235,163); }

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

background-color css

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

 a { background-color: rgb(130,235,163); }

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

border-color css

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

 span { border-color: rgb(130,235,163); }

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