#82E660

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

Shades of Pastel Green #82E660

Tints of Pastel Green #82E660

Color information

#82E660 (or 0x82E660) is unknown color: approx Pastel Green. HEX triplet: 82, E6 and 60. RGB value is (130,230,96). Sum of RGB (Red+Green+Blue) = 130+230+96=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 230 (90.23% from 255 or 50.44% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 230 - color contains mainly: green. Hex color #82E660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E660 is #7D199F. Grayscale: #B9B9B9. Windows color (decimal): -8198560 or 6350466. OLE color: 6350466.

HSL color Cylindrical-coordinate representation of color #82E660: hue angle of 104.78º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82E660 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB13023096-
CMYK0.4300.580.10
HSL104.78º72.83%63.92%-
HSV(B)104.78º58.26%90.2%-
XYZ39.6162.1820.98-
YUV184.8277.8788.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.51%
GREEN value IS 230 (90.23% from 255) = 50.44%
BLUE value IS 96 (37.89% from 255) = 21.05%
R=28.51%
G=50.44%
B=21.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal130230960.4300.580.10104.7872.8363.92
Hex82E6602B03AA694940
Octal2023461405307212151111100
Binary1000001011100110110000010101101110101010110100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,230,96); }

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

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

 a { background-color: rgb(130,230,96); }

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

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

 span { border-color: rgb(130,230,96); }

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