#82F376

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

Shades of Pastel Green #82F376

Tints of Pastel Green #82F376

Color information

#82F376 (or 0x82F376) is unknown color: approx Pastel Green. HEX triplet: 82, F3 and 76. RGB value is (130,243,118). Sum of RGB (Red+Green+Blue) = 130+243+118=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #82F376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F376 is #7D0C89. Grayscale: #C3C3C3. Windows color (decimal): -8195210 or 7795586. OLE color: 7795586.

HSL color Cylindrical-coordinate representation of color #82F376: hue angle of 114.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82F376 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB130243118-
CMYK0.4700.510.05
HSL114.24º83.89%70.78%-
HSV(B)114.24º51.44%95.29%-
XYZ44.5370.1628.33-
YUV194.9684.5681.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=26.48%
G=49.49%
B=24.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302431180.4700.510.05114.2483.8970.78
Hex82F3762F0335725447
Octal202363166570635162124107
Binary100000101111001111101101011110110011101111001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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