#82EF87

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

Shades of Light Green #82EF87

Tints of Light Green #82EF87

Color information

#82EF87 (or 0x82EF87) is unknown color: approx Light Green. HEX triplet: 82, EF and 87. RGB value is (130,239,135). Sum of RGB (Red+Green+Blue) = 130+239+135=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF87 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF87 is #7D1078. Grayscale: #C2C2C2. Windows color (decimal): -8196217 or 8908674. OLE color: 8908674.

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

Color convert

RGB130239135-
CMYK0.4600.440.06
HSL122.75º77.3%72.35%-
HSV(B)122.75º45.61%93.73%-
XYZ44.4568.2333.75-
YUV194.5594.3981.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 239 (93.75% from 255) = 47.42%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=25.79%
G=47.42%
B=26.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1302391350.4600.440.06122.7577.372.35
Hex82EF872E02C67b4d48
Octal202357207560546173115110
Binary1000001011101111100001111011100101100110111101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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