#82EA5F

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

Shades of Pastel Green #82EA5F

Tints of Pastel Green #82EA5F

Color information

#82EA5F (or 0x82EA5F) is unknown color: approx Pastel Green. HEX triplet: 82, EA and 5F. RGB value is (130,234,95). Sum of RGB (Red+Green+Blue) = 130+234+95=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EA5F is #7D15A0. Grayscale: #BBBBBB. Windows color (decimal): -8197537 or 6285954. OLE color: 6285954.

HSL color Cylindrical-coordinate representation of color #82EA5F: hue angle of 104.89º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82EA5F is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB13023495-
CMYK0.4400.590.08
HSL104.89º76.8%64.51%-
HSV(B)104.89º59.4%91.76%-
XYZ40.6964.4221.12-
YUV187.0676.0487.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 234 (91.80% from 255) = 50.98%
BLUE value IS 95 (37.5% from 255) = 20.70%
R=28.32%
G=50.98%
B=20.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal130234950.4400.590.08104.8976.864.51
Hex82EA5F2C03B8694d41
Octal2023521375407310151115101
Binary1000001011101010101111110110001110111000110100110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,234,95); }

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

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

 a { background-color: rgb(130,234,95); }

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

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

 span { border-color: rgb(130,234,95); }

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