Html Css Color HEX #82EA81 Pastel Green

📋 copy color: '#82EA81'

red 130 ◦ green 234 ◦ blue 129

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

Shades of Pastel Green #82EA81

Tints of Pastel Green #82EA81

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.46%

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 26.37%
G = 47.46%
B = 26.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#82EA81 (or 0x82EA81) is known color: Pastel Green. HEX triplet: 82, EA and 81. RGB value is (130,234,129). Sum of RGB (Red+Green+Blue) = 130+234+129=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EA81 is #7D157E. Grayscale: #BFBFBF. Windows color (decimal): -8197503 or 8514178. OLE color: 8514178.

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

Color convert

RGB 130 234 129 -
CMYK 0.44 0 0.45 0.08
HSL 119.43º 0.71% 0.71% -
HSV(B) 119.43º 0.45% 0.92% -
XYZ 42.59 65.18 31.1 -
YUV 190.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 130 234 129 0.44 0 0.45 0.08 119.43 0.71 0.71
Hex 82 EA 81 2C 0 2D 8 77 47 47
Octal 202 352 201 54 0 55 10 167 107 107
Binary 10000010 11101010 10000001 101100 0 101101 1000 1110111 1000111 1000111

Color Harmonies of #82EA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA81

Black with #82EA81

Text Example


Text Example

White with #82EA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,129); }

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

background-color css

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

 a { background-color: rgb(130,234,129); }

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

border-color css

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

 span { border-color: rgb(130,234,129); }

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