#82E675

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

Shades of Pastel Green #82E675

Tints of Pastel Green #82E675

Color information

#82E675 (or 0x82E675) is unknown color: approx Pastel Green. HEX triplet: 82, E6 and 75. RGB value is (130,230,117). Sum of RGB (Red+Green+Blue) = 130+230+117=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #82E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E675 is #7D198A. Grayscale: #BBBBBB. Windows color (decimal): -8198539 or 7726722. OLE color: 7726722.

HSL color Cylindrical-coordinate representation of color #82E675: hue angle of 113.1º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82E675 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB130230117-
CMYK0.4300.490.10
HSL113.1º69.33%68.04%-
HSV(B)113.1º49.13%90.2%-
XYZ40.7162.6226.77-
YUV187.2288.3787.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 230 (90.23% from 255) = 48.22%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=27.25%
G=48.22%
B=24.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1302301170.4300.490.10113.169.3368.04
Hex82E6752B031A714544
Octal2023461655306112161105104
Binary1000001011100110111010110101101100011010111000110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,230,117); }

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

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

 a { background-color: rgb(130,230,117); }

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

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

 span { border-color: rgb(130,230,117); }

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