#82F66C

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

Shades of Pastel Green #82F66C

Tints of Pastel Green #82F66C

Color information

#82F66C (or 0x82F66C) is unknown color: approx Pastel Green. HEX triplet: 82, F6 and 6C. RGB value is (130,246,108). Sum of RGB (Red+Green+Blue) = 130+246+108=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #82F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F66C is #7D0993. Grayscale: #C4C4C4. Windows color (decimal): -8194452 or 7140994. OLE color: 7140994.

HSL color Cylindrical-coordinate representation of color #82F66C: hue angle of 110.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82F66C is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB130246108-
CMYK0.4700.560.04
HSL110.43º88.46%69.41%-
HSV(B)110.43º56.1%96.47%-
XYZ44.8771.7425.67-
YUV195.5878.5781.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.86%
GREEN value IS 246 (96.48% from 255) = 50.83%
BLUE value IS 108 (42.58% from 255) = 22.31%
R=26.86%
G=50.83%
B=22.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1302461080.4700.560.04110.4388.4669.41
Hex82F66C2F03846e5845
Octal202366154570704156130105
Binary100000101111011011011001011110111000100110111010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,246,108); }

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

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

 a { background-color: rgb(130,246,108); }

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

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

 span { border-color: rgb(130,246,108); }

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