#82F57A

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

Shades of Pastel Green #82F57A

Tints of Pastel Green #82F57A

Color information

#82F57A (or 0x82F57A) is unknown color: approx Pastel Green. HEX triplet: 82, F5 and 7A. RGB value is (130,245,122). Sum of RGB (Red+Green+Blue) = 130+245+122=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #82F57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F57A is #7D0A85. Grayscale: #C4C4C4. Windows color (decimal): -8194694 or 8058242. OLE color: 8058242.

HSL color Cylindrical-coordinate representation of color #82F57A: hue angle of 116.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82F57A is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB130245122-
CMYK0.4700.500.04
HSL116.1º86.01%71.96%-
HSV(B)116.1º50.2%96.08%-
XYZ45.3771.4629.81-
YUV196.5985.980.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 122 (48.05% from 255) = 24.55%
R=26.16%
G=49.30%
B=24.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302451220.4700.500.04116.186.0171.96
Hex82F57A2F0324745648
Octal202365172570624164126110
Binary100000101111010111110101011110110010100111010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,245,122); }

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

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

 a { background-color: rgb(130,245,122); }

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

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

 span { border-color: rgb(130,245,122); }

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