Html Css Color HEX #82D96D Pastel Green

📋 copy color: '#82D96D'

red 130 ◦ green 217 ◦ blue 109

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

Shades of Pastel Green #82D96D

Tints of Pastel Green #82D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 47.59%

 BLUE value IS 109 (42.97% from 255) = 23.9%

R = 28.51%
G = 47.59%
B = 23.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#82D96D (or 0x82D96D) is known color: Pastel Green. HEX triplet: 82, D9 and 6D. RGB value is (130,217,109). Sum of RGB (Red+Green+Blue) = 130+217+109=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #82D96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D96D is #7D2692. Grayscale: #B3B3B3. Windows color (decimal): -8201875 or 7199106. OLE color: 7199106.

HSL color Cylindrical-coordinate representation of color #82D96D: hue angle of 108.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D96D is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 217 109 -
CMYK 0.40 0 0.50 0.15
HSL 108.33º 0.59% 0.64% -
HSV(B) 108.33º 0.5% 0.85% -
XYZ 36.78 55.48 23.24 -
YUV 178.68 88.68 93.28 -
System Red Green Blue C M Y K H S L
Decimal 130 217 109 0.40 0 0.50 0.15 108.33 0.59 0.64
Hex 82 D9 6D 28 0 32 F 6C 3B 40
Octal 202 331 155 50 0 62 17 154 73 100
Binary 10000010 11011001 1101101 101000 0 110010 1111 1101100 111011 1000000

Color Harmonies of #82D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D96D

Black with #82D96D

Text Example


Text Example

White with #82D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,217,109); }

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

background-color css

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

 a { background-color: rgb(130,217,109); }

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

border-color css

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

 span { border-color: rgb(130,217,109); }

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