#82E087

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

Shades of Pastel Green #82E087

Tints of Pastel Green #82E087

Color information

#82E087 (or 0x82E087) is unknown color: approx Pastel Green. HEX triplet: 82, E0 and 87. RGB value is (130,224,135). Sum of RGB (Red+Green+Blue) = 130+224+135=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #82E087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E087 is #7D1F78. Grayscale: #BABABA. Windows color (decimal): -8200057 or 8904834. OLE color: 8904834.

HSL color Cylindrical-coordinate representation of color #82E087: hue angle of 123.19º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82E087 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB130224135-
CMYK0.4200.400.12
HSL123.19º60.26%69.41%-
HSV(B)123.19º41.96%87.84%-
XYZ40.2359.8132.34-
YUV185.7599.3688.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 224 (87.89% from 255) = 45.81%
BLUE value IS 135 (53.12% from 255) = 27.61%
R=26.58%
G=45.81%
B=27.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302241350.4200.400.12123.1960.2669.41
Hex82E0872A028C7b3c45
Octal202340207520501417374105
Binary1000001011100000100001111010100101000110011110111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,224,135); }

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

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

 a { background-color: rgb(130,224,135); }

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

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

 span { border-color: rgb(130,224,135); }

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