Html Css Color HEX #82D27A Pastel Green

📋 copy color: '#82D27A'

red 130 ◦ green 210 ◦ blue 122

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

Shades of Pastel Green #82D27A

Tints of Pastel Green #82D27A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.45%

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

R = 28.14%
G = 45.45%
B = 26.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#82D27A (or 0x82D27A) is known color: Pastel Green. HEX triplet: 82, D2 and 7A. RGB value is (130,210,122). Sum of RGB (Red+Green+Blue) = 130+210+122=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #82D27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D27A is #7D2D85. Grayscale: #B0B0B0. Windows color (decimal): -8203654 or 8049282. OLE color: 8049282.

HSL color Cylindrical-coordinate representation of color #82D27A: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D27A is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 122 -
CMYK 0.38 0 0.42 0.18
HSL 114.55º 0.49% 0.65% -
HSV(B) 114.55º 0.42% 0.82% -
XYZ 35.77 52.24 26.61 -
YUV 176.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 130 210 122 0.38 0 0.42 0.18 114.55 0.49 0.65
Hex 82 D2 7A 26 0 2A 12 73 31 41
Octal 202 322 172 46 0 52 22 163 61 101
Binary 10000010 11010010 1111010 100110 0 101010 10010 1110011 110001 1000001

Color Harmonies of #82D27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D27A

Black with #82D27A

Text Example


Text Example

White with #82D27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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