#82fe8c

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

Shades of Light Green #82FE8C

Tints of Light Green #82FE8C

Color information

#82FE8C (or 0x82FE8C) is unknown color: approx Light Green. HEX triplet: 82, FE and 8C. RGB value is (130,254,140). Sum of RGB (Red+Green+Blue) = 130+254+140=524 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.81% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FE8C is #7D0173. Grayscale: #CCCCCC. Windows color (decimal): -8192372 or 9240194. OLE color: 9240194.

HSL color Cylindrical-coordinate representation of color #82FE8C: hue angle of 124.84º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FE8C is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB130254140-
CMYK0.4900.450.00
HSL124.84º98.41%75.29%-
HSV(B)124.84º48.82%99.61%-
XYZ49.3877.5237.17-
YUV203.9391.9275.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.81%
GREEN value IS 254 (99.61% from 255) = 48.47%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=24.81%
G=48.47%
B=26.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302541400.4900.450.00124.8498.4175.29
Hex82FE8C3102D07d624b
Octal202376214610550175142113
Binary10000010111111101000110011000101011010111110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82fe8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,140); }

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

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

 a { background-color: rgb(130,254,140); }

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

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

 span { border-color: rgb(130,254,140); }

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