Html Css Color HEX #82DA7A Pastel Green

📋 copy color: '#82DA7A'

red 130 ◦ green 218 ◦ blue 122

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

Shades of Pastel Green #82DA7A

Tints of Pastel Green #82DA7A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.38%

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

R = 27.66%
G = 46.38%
B = 25.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#82DA7A (or 0x82DA7A) is known color: Pastel Green. HEX triplet: 82, DA and 7A. RGB value is (130,218,122). Sum of RGB (Red+Green+Blue) = 130+218+122=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #82DA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DA7A is #7D2585. Grayscale: #B5B5B5. Windows color (decimal): -8201606 or 8051330. OLE color: 8051330.

HSL color Cylindrical-coordinate representation of color #82DA7A: hue angle of 115º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82DA7A is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 218 122 -
CMYK 0.40 0 0.44 0.15
HSL 115º 0.56% 0.67% -
HSV(B) 115º 0.44% 0.85% -
XYZ 37.79 56.29 27.29 -
YUV 180.74 94.85 91.81 -
System Red Green Blue C M Y K H S L
Decimal 130 218 122 0.40 0 0.44 0.15 115 0.56 0.67
Hex 82 DA 7A 28 0 2C F 73 38 43
Octal 202 332 172 50 0 54 17 163 70 103
Binary 10000010 11011010 1111010 101000 0 101100 1111 1110011 111000 1000011

Color Harmonies of #82DA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DA7A

Black with #82DA7A

Text Example


Text Example

White with #82DA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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