Html Css Color HEX #82E084 Pastel Green

📋 copy color: '#82E084'

red 130 ◦ green 224 ◦ blue 132

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

Shades of Pastel Green #82E084

Tints of Pastel Green #82E084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 26.75%
G = 46.09%
B = 27.16%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#82E084 (or 0x82E084) is known color: Pastel Green. HEX triplet: 82, E0 and 84. RGB value is (130,224,132). Sum of RGB (Red+Green+Blue) = 130+224+132=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #82E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E084 is #7D1F7B. Grayscale: #B9B9B9. Windows color (decimal): -8200060 or 8708226. OLE color: 8708226.

HSL color Cylindrical-coordinate representation of color #82E084: hue angle of 121.28º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E084 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 132 -
CMYK 0.42 0 0.41 0.12
HSL 121.28º 0.6% 0.69% -
HSV(B) 121.28º 0.42% 0.88% -
XYZ 40.03 59.72 31.25 -
YUV 185.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 130 224 132 0.42 0 0.41 0.12 121.28 0.6 0.69
Hex 82 E0 84 2A 0 29 C 79 3C 45
Octal 202 340 204 52 0 51 14 171 74 105
Binary 10000010 11100000 10000100 101010 0 101001 1100 1111001 111100 1000101

Color Harmonies of #82E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E084

Black with #82E084

Text Example


Text Example

White with #82E084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,132); }

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

background-color css

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

 a { background-color: rgb(130,224,132); }

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

border-color css

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

 span { border-color: rgb(130,224,132); }

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