#82F28F

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

Shades of Light Green #82F28F

Tints of Light Green #82F28F

Color information

#82F28F (or 0x82F28F) is unknown color: approx Light Green. HEX triplet: 82, F2 and 8F. RGB value is (130,242,143). Sum of RGB (Red+Green+Blue) = 130+242+143=515 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.24% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #82F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82F28F is #7D0D70. Grayscale: #C5C5C5. Windows color (decimal): -8195441 or 9433730. OLE color: 9433730.

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

Color convert

RGB130242143-
CMYK0.4600.410.05
HSL126.96º81.16%72.94%-
HSV(B)126.96º46.28%94.9%-
XYZ45.9270.2337.12-
YUV197.2397.3980.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.24%
GREEN value IS 242 (94.92% from 255) = 46.99%
BLUE value IS 143 (56.25% from 255) = 27.77%
R=25.24%
G=46.99%
B=27.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1302421430.4600.410.05126.9681.1672.94
Hex82F28F2E02957f5149
Octal202362217560515177121111
Binary1000001011110010100011111011100101001101111111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82F28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,242,143); }

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

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

 a { background-color: rgb(130,242,143); }

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

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

 span { border-color: rgb(130,242,143); }

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