#82EB68

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

Shades of Pastel Green #82EB68

Tints of Pastel Green #82EB68

Color information

#82EB68 (or 0x82EB68) is unknown color: approx Pastel Green. HEX triplet: 82, EB and 68. RGB value is (130,235,104). Sum of RGB (Red+Green+Blue) = 130+235+104=469 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.72% from 469); Green value is 235 (92.19% from 255 or 50.11% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 235 - color contains mainly: green. Hex color #82EB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EB68 is #7D1497. Grayscale: #BDBDBD. Windows color (decimal): -8197272 or 6876034. OLE color: 6876034.

HSL color Cylindrical-coordinate representation of color #82EB68: hue angle of 108.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82EB68 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB130235104-
CMYK0.4500.560.08
HSL108.09º76.61%66.47%-
HSV(B)108.09º55.74%92.16%-
XYZ41.4165.1623.49-
YUV188.6780.2186.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.72%
GREEN value IS 235 (92.19% from 255) = 50.11%
BLUE value IS 104 (41.02% from 255) = 22.17%
R=27.72%
G=50.11%
B=22.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1302351040.4500.560.08108.0976.6166.47
Hex82EB682D03886c4d42
Octal2023531505507010154115102
Binary1000001011101011110100010110101110001000110110010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,235,104); }

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

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

 a { background-color: rgb(130,235,104); }

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

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

 span { border-color: rgb(130,235,104); }

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