#82E069

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

Shades of Pastel Green #82E069

Tints of Pastel Green #82E069

Color information

#82E069 (or 0x82E069) is unknown color: approx Pastel Green. HEX triplet: 82, E0 and 69. RGB value is (130,224,105). Sum of RGB (Red+Green+Blue) = 130+224+105=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 105 (41.41% from 255 or 22.88% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #82E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E069 is #7D1F96. Grayscale: #B6B6B6. Windows color (decimal): -8200087 or 6938754. OLE color: 6938754.

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

Color convert

RGB130224105-
CMYK0.4200.530.12
HSL107.39º65.75%64.51%-
HSV(B)107.39º53.12%87.84%-
XYZ38.4159.0822.74-
YUV182.3384.3690.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 224 (87.89% from 255) = 48.80%
BLUE value IS 105 (41.41% from 255) = 22.88%
R=28.32%
G=48.80%
B=22.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1302241050.4200.530.12107.3965.7564.51
Hex82E0692A035C6b4241
Octal2023401515206514153102101
Binary1000001011100000110100110101001101011100110101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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