#82E774

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

Shades of Pastel Green #82E774

Tints of Pastel Green #82E774

Color information

#82E774 (or 0x82E774) is unknown color: approx Pastel Green. HEX triplet: 82, E7 and 74. RGB value is (130,231,116). Sum of RGB (Red+Green+Blue) = 130+231+116=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #82E774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82E774 is #7D188B. Grayscale: #BCBCBC. Windows color (decimal): -8198284 or 7661442. OLE color: 7661442.

HSL color Cylindrical-coordinate representation of color #82E774: hue angle of 112.7º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82E774 is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB130231116-
CMYK0.4400.500.09
HSL112.7º70.55%68.04%-
HSV(B)112.7º49.78%90.59%-
XYZ40.9363.1626.56-
YUV187.6987.5486.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.25%
GREEN value IS 231 (90.62% from 255) = 48.43%
BLUE value IS 116 (45.70% from 255) = 24.32%
R=27.25%
G=48.43%
B=24.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1302311160.4400.500.09112.770.5568.04
Hex82E7742C0329714744
Octal2023471645406211161107104
Binary1000001011100111111010010110001100101001111000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,231,116); }

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

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

 a { background-color: rgb(130,231,116); }

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

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

 span { border-color: rgb(130,231,116); }

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