Html Css Color HEX #82D279 Pastel Green

📋 copy color: '#82D279'

red 130 ◦ green 210 ◦ blue 121

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

Shades of Pastel Green #82D279

Tints of Pastel Green #82D279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 121 (47.66% from 255) = 26.25%

R = 28.2%
G = 45.55%
B = 26.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#82D279 (or 0x82D279) is known color: Pastel Green. HEX triplet: 82, D2 and 79. RGB value is (130,210,121). Sum of RGB (Red+Green+Blue) = 130+210+121=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 121 (47.66% from 255 or 26.25% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #82D279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D279 is #7D2D86. Grayscale: #B0B0B0. Windows color (decimal): -8203655 or 7983746. OLE color: 7983746.

HSL color Cylindrical-coordinate representation of color #82D279: hue angle of 113.93º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D279 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 210 121 -
CMYK 0.38 0 0.42 0.18
HSL 113.93º 0.5% 0.65% -
HSV(B) 113.93º 0.42% 0.82% -
XYZ 35.7 52.22 26.29 -
YUV 175.93 97 95.24 -
System Red Green Blue C M Y K H S L
Decimal 130 210 121 0.38 0 0.42 0.18 113.93 0.5 0.65
Hex 82 D2 79 26 0 2A 12 72 32 41
Octal 202 322 171 46 0 52 22 162 62 101
Binary 10000010 11010010 1111001 100110 0 101010 10010 1110010 110010 1000001

Color Harmonies of #82D279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D279

Black with #82D279

Text Example


Text Example

White with #82D279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,210,121); }

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

background-color css

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

 a { background-color: rgb(130,210,121); }

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

border-color css

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

 span { border-color: rgb(130,210,121); }

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