#82F876

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

Shades of Pastel Green #82F876

Tints of Pastel Green #82F876

Color information

#82F876 (or 0x82F876) is unknown color: approx Pastel Green. HEX triplet: 82, F8 and 76. RGB value is (130,248,118). Sum of RGB (Red+Green+Blue) = 130+248+118=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #82F876 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F876 is #7D0789. Grayscale: #C6C6C6. Windows color (decimal): -8193930 or 7796866. OLE color: 7796866.

HSL color Cylindrical-coordinate representation of color #82F876: hue angle of 114.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82F876 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB130248118-
CMYK0.4800.520.03
HSL114.46º90.28%71.76%-
HSV(B)114.46º52.42%97.25%-
XYZ46.0473.1928.84-
YUV197.982.9179.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 248 (97.27% from 255) = 50%
BLUE value IS 118 (46.48% from 255) = 23.79%
R=26.21%
G=50%
B=23.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302481180.4800.520.03114.4690.2871.76
Hex82F876300343725a48
Octal202370166600643162132110
Binary10000010111110001110110110000011010011111001010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,248,118); }

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

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

 a { background-color: rgb(130,248,118); }

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

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

 span { border-color: rgb(130,248,118); }

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