Html Css Color HEX #82D57A Pastel Green

📋 copy color: '#82D57A'

red 130 ◦ green 213 ◦ blue 122

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

Shades of Pastel Green #82D57A

Tints of Pastel Green #82D57A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.81%

 BLUE value IS 122 (48.05% from 255) = 26.24%

R = 27.96%
G = 45.81%
B = 26.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#82D57A (or 0x82D57A) is known color: Pastel Green. HEX triplet: 82, D5 and 7A. RGB value is (130,213,122). Sum of RGB (Red+Green+Blue) = 130+213+122=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 213 - color contains mainly: green. Hex color #82D57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D57A is #7D2A85. Grayscale: #B2B2B2. Windows color (decimal): -8202886 or 8050050. OLE color: 8050050.

HSL color Cylindrical-coordinate representation of color #82D57A: hue angle of 114.73º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82D57A is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 122 -
CMYK 0.39 0 0.43 0.16
HSL 114.73º 0.52% 0.66% -
HSV(B) 114.73º 0.43% 0.84% -
XYZ 36.51 53.74 26.86 -
YUV 177.81 96.5 93.9 -
System Red Green Blue C M Y K H S L
Decimal 130 213 122 0.39 0 0.43 0.16 114.73 0.52 0.66
Hex 82 D5 7A 27 0 2B 10 73 34 42
Octal 202 325 172 47 0 53 20 163 64 102
Binary 10000010 11010101 1111010 100111 0 101011 10000 1110011 110100 1000010

Color Harmonies of #82D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D57A

Black with #82D57A

Text Example


Text Example

White with #82D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,122); }

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

background-color css

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

 a { background-color: rgb(130,213,122); }

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

border-color css

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

 span { border-color: rgb(130,213,122); }

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