Html Css Color HEX #82DC81 Pastel Green

📋 copy color: '#82DC81'

red 130 ◦ green 220 ◦ blue 129

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

Shades of Pastel Green #82DC81

Tints of Pastel Green #82DC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

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

R = 27.14%
G = 45.93%
B = 26.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#82DC81 (or 0x82DC81) is known color: Pastel Green. HEX triplet: 82, DC and 81. RGB value is (130,220,129). Sum of RGB (Red+Green+Blue) = 130+220+129=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DC81 is #7D237E. Grayscale: #B6B6B6. Windows color (decimal): -8201087 or 8510594. OLE color: 8510594.

HSL color Cylindrical-coordinate representation of color #82DC81: hue angle of 119.34º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82DC81 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 220 129 -
CMYK 0.41 0 0.41 0.14
HSL 119.34º 0.57% 0.68% -
HSV(B) 119.34º 0.41% 0.86% -
XYZ 38.76 57.52 29.83 -
YUV 182.72 97.68 90.4 -
System Red Green Blue C M Y K H S L
Decimal 130 220 129 0.41 0 0.41 0.14 119.34 0.57 0.68
Hex 82 DC 81 29 0 29 E 77 39 44
Octal 202 334 201 51 0 51 16 167 71 104
Binary 10000010 11011100 10000001 101001 0 101001 1110 1110111 111001 1000100

Color Harmonies of #82DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82DC81

Black with #82DC81

Text Example


Text Example

White with #82DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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