#82E869

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

Shades of Pastel Green #82E869

Tints of Pastel Green #82E869

Color information

#82E869 (or 0x82E869) is unknown color: approx Pastel Green. HEX triplet: 82, E8 and 69. RGB value is (130,232,105). Sum of RGB (Red+Green+Blue) = 130+232+105=467 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.84% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #82E869 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E869 is #7D1796. Grayscale: #BBBBBB. Windows color (decimal): -8198039 or 6940802. OLE color: 6940802.

HSL color Cylindrical-coordinate representation of color #82E869: hue angle of 108.19º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82E869 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB130232105-
CMYK0.4400.550.09
HSL108.19º73.41%66.08%-
HSV(B)108.19º54.74%90.98%-
XYZ40.6163.4823.48-
YUV187.0281.7187.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.84%
GREEN value IS 232 (91.02% from 255) = 49.68%
BLUE value IS 105 (41.41% from 255) = 22.48%
R=27.84%
G=49.68%
B=22.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302321050.4400.550.09108.1973.4166.08
Hex82E8692C03796c4942
Octal2023501515406711154111102
Binary1000001011101000110100110110001101111001110110010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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