#82F172

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

Shades of Pastel Green #82F172

Tints of Pastel Green #82F172

Color information

#82F172 (or 0x82F172) is unknown color: approx Pastel Green. HEX triplet: 82, F1 and 72. RGB value is (130,241,114). Sum of RGB (Red+Green+Blue) = 130+241+114=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #82F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F172 is #7D0E8D. Grayscale: #C1C1C1. Windows color (decimal): -8195726 or 7532930. OLE color: 7532930.

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

Color convert

RGB130241114-
CMYK0.4600.530.05
HSL112.44º81.94%69.61%-
HSV(B)112.44º52.7%94.51%-
XYZ43.768.8726.91-
YUV193.3383.2382.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.80%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 114 (44.92% from 255) = 23.51%
R=26.80%
G=49.69%
B=23.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302411140.4600.530.05112.4481.9469.61
Hex82F1722E0355705246
Octal202361162560655160122106
Binary100000101111000111100101011100110101101111000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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