#82F173

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

Shades of Pastel Green #82F173

Tints of Pastel Green #82F173

Color information

#82F173 (or 0x82F173) is unknown color: approx Pastel Green. HEX triplet: 82, F1 and 73. RGB value is (130,241,115). Sum of RGB (Red+Green+Blue) = 130+241+115=486 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.75% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #82F173 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F173 is #7D0E8C. Grayscale: #C1C1C1. Windows color (decimal): -8195725 or 7598466. OLE color: 7598466.

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

Color convert

RGB130241115-
CMYK0.4600.520.05
HSL112.86º81.82%69.8%-
HSV(B)112.86º52.28%94.51%-
XYZ43.7668.8927.21-
YUV193.4583.7382.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.75%
GREEN value IS 241 (94.53% from 255) = 49.59%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=26.75%
G=49.59%
B=23.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302411150.4600.520.05112.8681.8269.8
Hex82F1732E0345715246
Octal202361163560645161122106
Binary100000101111000111100111011100110100101111000110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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