#82D97D

Color #82D97D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82D97D

Tints of Pastel Green #82D97D

Color information

#82D97D (or 0x82D97D) is unknown color: approx Pastel Green. HEX triplet: 82, D9 and 7D. RGB value is (130,217,125). Sum of RGB (Red+Green+Blue) = 130+217+125=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #82D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D97D is #7D2682. Grayscale: #B4B4B4. Windows color (decimal): -8201859 or 8247682. OLE color: 8247682.

HSL color Cylindrical-coordinate representation of color #82D97D: hue angle of 116.74º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82D97D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB130217125-
CMYK0.4000.420.15
HSL116.74º54.76%67.06%-
HSV(B)116.74º42.4%85.1%-
XYZ37.7255.8528.19-
YUV180.596.6891.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.54%
GREEN value IS 217 (85.16% from 255) = 45.97%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=27.54%
G=45.97%
B=26.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302171250.4000.420.15116.7454.7667.06
Hex82D97D2802AF753743
Octal202331175500521716567103
Binary100000101101100111111011010000101010111111101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #82D97D;
 }
 .AnyTagClassName
 {
   color: #82D97D;
 }
</style>
background-color css

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

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

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

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

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

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