#82F77F

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

Shades of Light Green #82F77F

Tints of Light Green #82F77F

Color information

#82F77F (or 0x82F77F) is unknown color: approx Light Green. HEX triplet: 82, F7 and 7F. RGB value is (130,247,127). Sum of RGB (Red+Green+Blue) = 130+247+127=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #82F77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82F77F is #7D0880. Grayscale: #C6C6C6. Windows color (decimal): -8194177 or 8386434. OLE color: 8386434.

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

Color convert

RGB130247127-
CMYK0.4700.490.03
HSL118.5º88.24%73.33%-
HSV(B)118.5º48.58%96.86%-
XYZ46.372.831.69-
YUV198.3487.7479.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 247 (96.88% from 255) = 49.01%
BLUE value IS 127 (50% from 255) = 25.20%
R=25.79%
G=49.01%
B=25.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1302471270.4700.490.03118.588.2473.33
Hex82F77F2F0313765849
Octal202367177570613166130111
Binary10000010111101111111111101111011000111111011010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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