#82EF93

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

Shades of Light Green #82EF93

Tints of Light Green #82EF93

Color information

#82EF93 (or 0x82EF93) is unknown color: approx Light Green. HEX triplet: 82, EF and 93. RGB value is (130,239,147). Sum of RGB (Red+Green+Blue) = 130+239+147=516 (68% of max value = 765). Red value is 130 (51.17% from 255 or 25.19% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF93 is #7D106C. Grayscale: #C4C4C4. Windows color (decimal): -8196205 or 9695106. OLE color: 9695106.

HSL color Cylindrical-coordinate representation of color #82EF93: hue angle of 129.36º 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 #82EF93 is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB130239147-
CMYK0.4600.380.06
HSL129.36º77.3%72.35%-
HSV(B)129.36º45.61%93.73%-
XYZ45.3468.5938.45-
YUV195.92100.3980.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.19%
GREEN value IS 239 (93.75% from 255) = 46.32%
BLUE value IS 147 (57.81% from 255) = 28.49%
R=25.19%
G=46.32%
B=28.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391470.4600.380.06129.3677.372.35
Hex82EF932E0266814d48
Octal202357223560466201115110
Binary10000010111011111001001110111001001101101000000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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