#82F162

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

Shades of Pastel Green #82F162

Tints of Pastel Green #82F162

Color information

#82F162 (or 0x82F162) is unknown color: approx Pastel Green. HEX triplet: 82, F1 and 62. RGB value is (130,241,98). Sum of RGB (Red+Green+Blue) = 130+241+98=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 98 (38.67% from 255 or 20.90% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #82F162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F162 is #7D0E9D. Grayscale: #BFBFBF. Windows color (decimal): -8195742 or 6484354. OLE color: 6484354.

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

Color convert

RGB13024198-
CMYK0.4600.590.05
HSL106.57º83.63%66.47%-
HSV(B)106.57º59.34%94.51%-
XYZ42.8768.5422.53-
YUV191.5175.2384.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 241 (94.53% from 255) = 51.39%
BLUE value IS 98 (38.67% from 255) = 20.90%
R=27.72%
G=51.39%
B=20.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal130241980.4600.590.05106.5783.6366.47
Hex82F1622E03B56b5442
Octal202361142560735153124102
Binary100000101111000111000101011100111011101110101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,241,98); }

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

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

 a { background-color: rgb(130,241,98); }

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

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

 span { border-color: rgb(130,241,98); }

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