#82EE61

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

Shades of Pastel Green #82EE61

Tints of Pastel Green #82EE61

Color information

#82EE61 (or 0x82EE61) is unknown color: approx Pastel Green. HEX triplet: 82, EE and 61. RGB value is (130,238,97). Sum of RGB (Red+Green+Blue) = 130+238+97=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EE61 is #7D119E. Grayscale: #BEBEBE. Windows color (decimal): -8196511 or 6418050. OLE color: 6418050.

HSL color Cylindrical-coordinate representation of color #82EE61: hue angle of 105.96º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82EE61 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB13023897-
CMYK0.4500.590.07
HSL105.96º80.57%65.69%-
HSV(B)105.96º59.24%93.33%-
XYZ41.9466.7621.98-
YUV189.6375.7285.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 238 (93.36% from 255) = 51.18%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=27.96%
G=51.18%
B=20.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130238970.4500.590.07105.9680.5765.69
Hex82EE612D03B76a5142
Octal202356141550737152121102
Binary100000101110111011000011011010111011111110101010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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