#82EF88

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

Shades of Light Green #82EF88

Tints of Light Green #82EF88

Color information

#82EF88 (or 0x82EF88) is unknown color: approx Light Green. HEX triplet: 82, EF and 88. RGB value is (130,239,136). Sum of RGB (Red+Green+Blue) = 130+239+136=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF88 is #7D1077. Grayscale: #C2C2C2. Windows color (decimal): -8196216 or 8974210. OLE color: 8974210.

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

Color convert

RGB130239136-
CMYK0.4600.430.06
HSL123.3º77.3%72.35%-
HSV(B)123.3º45.61%93.73%-
XYZ44.5268.2634.12-
YUV194.6794.8981.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.74%
GREEN value IS 239 (93.75% from 255) = 47.33%
BLUE value IS 136 (53.52% from 255) = 26.93%
R=25.74%
G=47.33%
B=26.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391360.4600.430.06123.377.372.35
Hex82EF882E02B67b4d48
Octal202357210560536173115110
Binary1000001011101111100010001011100101011110111101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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