Html Css Color HEX #82D477 Pastel Green

📋 copy color: '#82D477'

red 130 ◦ green 212 ◦ blue 119

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

Shades of Pastel Green #82D477

Tints of Pastel Green #82D477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

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

R = 28.2%
G = 45.99%
B = 25.81%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#82D477 (or 0x82D477) is known color: Pastel Green. HEX triplet: 82, D4 and 77. RGB value is (130,212,119). Sum of RGB (Red+Green+Blue) = 130+212+119=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #82D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D477 is #7D2B88. Grayscale: #B1B1B1. Windows color (decimal): -8203145 or 7853186. OLE color: 7853186.

HSL color Cylindrical-coordinate representation of color #82D477: hue angle of 112.9º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #82D477 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 212 119 -
CMYK 0.39 0 0.44 0.17
HSL 112.9º 0.52% 0.65% -
HSV(B) 112.9º 0.44% 0.83% -
XYZ 36.08 53.16 25.81 -
YUV 176.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 130 212 119 0.39 0 0.44 0.17 112.9 0.52 0.65
Hex 82 D4 77 27 0 2C 11 71 34 41
Octal 202 324 167 47 0 54 21 161 64 101
Binary 10000010 11010100 1110111 100111 0 101100 10001 1110001 110100 1000001

Color Harmonies of #82D477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D477

Black with #82D477

Text Example


Text Example

White with #82D477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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