#82EF9F

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

Shades of Light Green #82EF9F

Tints of Light Green #82EF9F

Color information

#82EF9F (or 0x82EF9F) is unknown color: approx Light Green. HEX triplet: 82, EF and 9F. RGB value is (130,239,159). Sum of RGB (Red+Green+Blue) = 130+239+159=528 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.62% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF9F is #7D1060. Grayscale: #C5C5C5. Windows color (decimal): -8196193 or 10481538. OLE color: 10481538.

HSL color Cylindrical-coordinate representation of color #82EF9F: hue angle of 135.96º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EF9F is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB130239159-
CMYK0.4600.330.06
HSL135.96º77.3%72.35%-
HSV(B)135.96º45.61%93.73%-
XYZ46.3368.9843.67-
YUV197.29106.3980-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.62%
GREEN value IS 239 (93.75% from 255) = 45.27%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=24.62%
G=45.27%
B=30.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391590.4600.330.06135.9677.372.35
Hex82EF9F2E0216884d48
Octal202357237560416210115110
Binary10000010111011111001111110111001000011101000100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,239,159); }

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

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

 a { background-color: rgb(130,239,159); }

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

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

 span { border-color: rgb(130,239,159); }

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