#82FD84

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

Shades of Light Green #82FD84

Tints of Light Green #82FD84

Color information

#82FD84 (or 0x82FD84) is unknown color: approx Light Green. HEX triplet: 82, FD and 84. RGB value is (130,253,132). Sum of RGB (Red+Green+Blue) = 130+253+132=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 253 (99.22% from 255 or 49.13% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 253 - color contains mainly: green. Hex color #82FD84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FD84 is #7D027B. Grayscale: #CACACA. Windows color (decimal): -8192636 or 8715650. OLE color: 8715650.

HSL color Cylindrical-coordinate representation of color #82FD84: hue angle of 120.98º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FD84 is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB130253132-
CMYK0.4900.480.01
HSL120.98º96.85%75.1%-
HSV(B)120.98º48.62%99.22%-
XYZ48.576.6634.07-
YUV202.4388.2576.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 253 (99.22% from 255) = 49.13%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=25.24%
G=49.13%
B=25.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1302531320.4900.480.01120.9896.8575.1
Hex82FD8431030179614b
Octal202375204610601171141113
Binary10000010111111011000010011000101100001111100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,253,132); }

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

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

 a { background-color: rgb(130,253,132); }

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

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

 span { border-color: rgb(130,253,132); }

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