Html Css Color HEX #82D777 Pastel Green

📋 copy color: '#82D777'

red 130 ◦ green 215 ◦ blue 119

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

Shades of Pastel Green #82D777

Tints of Pastel Green #82D777

RGB

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

 GREEN value IS 215 (84.38% from 255) = 46.34%

 BLUE value IS 119 (46.88% from 255) = 25.65%

R = 28.02%
G = 46.34%
B = 25.65%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#82D777 (or 0x82D777) is known color: Pastel Green. HEX triplet: 82, D7 and 77. RGB value is (130,215,119). Sum of RGB (Red+Green+Blue) = 130+215+119=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 215 (84.38% from 255 or 46.34% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 215 - color contains mainly: green. Hex color #82D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D777 is #7D2888. Grayscale: #B2B2B2. Windows color (decimal): -8202377 or 7853954. OLE color: 7853954.

HSL color Cylindrical-coordinate representation of color #82D777: hue angle of 113.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82D777 is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 119 -
CMYK 0.40 0 0.45 0.16
HSL 113.13º 0.55% 0.65% -
HSV(B) 113.13º 0.45% 0.84% -
XYZ 36.84 54.68 26.07 -
YUV 178.64 94.34 93.31 -
System Red Green Blue C M Y K H S L
Decimal 130 215 119 0.40 0 0.45 0.16 113.13 0.55 0.65
Hex 82 D7 77 28 0 2D 10 71 37 41
Octal 202 327 167 50 0 55 20 161 67 101
Binary 10000010 11010111 1110111 101000 0 101101 10000 1110001 110111 1000001

Color Harmonies of #82D777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D777

Black with #82D777

Text Example


Text Example

White with #82D777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,119); }

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

background-color css

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

 a { background-color: rgb(130,215,119); }

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

border-color css

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

 span { border-color: rgb(130,215,119); }

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