#82EF61

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

Shades of Pastel Green #82EF61

Tints of Pastel Green #82EF61

Color information

#82EF61 (or 0x82EF61) is unknown color: approx Pastel Green. HEX triplet: 82, EF and 61. RGB value is (130,239,97). Sum of RGB (Red+Green+Blue) = 130+239+97=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EF61 is #7D109E. Grayscale: #BEBEBE. Windows color (decimal): -8196255 or 6418306. OLE color: 6418306.

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

Color convert

RGB13023997-
CMYK0.4600.590.06
HSL106.06º81.61%65.88%-
HSV(B)106.06º59.41%93.73%-
XYZ42.2367.3422.08-
YUV190.2275.3985.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 239 (93.75% from 255) = 51.29%
BLUE value IS 97 (38.28% from 255) = 20.82%
R=27.90%
G=51.29%
B=20.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal130239970.4600.590.06106.0681.6165.88
Hex82EF612E03B66a5242
Octal202357141560736152122102
Binary100000101110111111000011011100111011110110101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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