Html Css Color HEX #82E77D Pastel Green

📋 copy color: '#82E77D'

red 130 ◦ green 231 ◦ blue 125

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

Shades of Pastel Green #82E77D

Tints of Pastel Green #82E77D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.53%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 26.75%
G = 47.53%
B = 25.72%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#82E77D (or 0x82E77D) is known color: Pastel Green. HEX triplet: 82, E7 and 7D. RGB value is (130,231,125). Sum of RGB (Red+Green+Blue) = 130+231+125=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #82E77D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E77D is #7D1882. Grayscale: #BDBDBD. Windows color (decimal): -8198275 or 8251266. OLE color: 8251266.

HSL color Cylindrical-coordinate representation of color #82E77D: hue angle of 117.17º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82E77D is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 231 125 -
CMYK 0.44 0 0.46 0.09
HSL 117.17º 0.69% 0.7% -
HSV(B) 117.17º 0.46% 0.91% -
XYZ 41.48 63.38 29.45 -
YUV 188.72 92.04 86.12 -
System Red Green Blue C M Y K H S L
Decimal 130 231 125 0.44 0 0.46 0.09 117.17 0.69 0.7
Hex 82 E7 7D 2C 0 2E 9 75 45 46
Octal 202 347 175 54 0 56 11 165 105 106
Binary 10000010 11100111 1111101 101100 0 101110 1001 1110101 1000101 1000110

Color Harmonies of #82E77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E77D

Black with #82E77D

Text Example


Text Example

White with #82E77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,231,125); }

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

background-color css

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

 a { background-color: rgb(130,231,125); }

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

border-color css

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

 span { border-color: rgb(130,231,125); }

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