#82F772

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

Shades of Pastel Green #82F772

Tints of Pastel Green #82F772

Color information

#82F772 (or 0x82F772) is unknown color: approx Pastel Green. HEX triplet: 82, F7 and 72. RGB value is (130,247,114). Sum of RGB (Red+Green+Blue) = 130+247+114=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #82F772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F772 is #7D088D. Grayscale: #C5C5C5. Windows color (decimal): -8194190 or 7534466. OLE color: 7534466.

HSL color Cylindrical-coordinate representation of color #82F772: hue angle of 112.78º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82F772 is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB130247114-
CMYK0.4700.540.03
HSL112.78º89.26%70.78%-
HSV(B)112.78º53.85%96.86%-
XYZ45.572.4827.51-
YUV196.8681.2480.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.48%
GREEN value IS 247 (96.88% from 255) = 50.31%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=26.48%
G=50.31%
B=23.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302471140.4700.540.03112.7889.2670.78
Hex82F7722F0363715947
Octal202367162570663161131107
Binary10000010111101111110010101111011011011111000110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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