#82D073

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

Shades of Pastel Green #82D073

Tints of Pastel Green #82D073

Color information

#82D073 (or 0x82D073) is unknown color: approx Pastel Green. HEX triplet: 82, D0 and 73. RGB value is (130,208,115). Sum of RGB (Red+Green+Blue) = 130+208+115=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #82D073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D073 is #7D2F8C. Grayscale: #AEAEAE. Windows color (decimal): -8204173 or 7590018. OLE color: 7590018.

HSL color Cylindrical-coordinate representation of color #82D073: hue angle of 110.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82D073 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB130208115-
CMYK0.3800.450.18
HSL110.32º49.73%63.33%-
HSV(B)110.32º44.71%81.57%-
XYZ34.8651.124.24-
YUV174.0894.6696.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.70%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=28.70%
G=45.92%
B=25.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302081150.3800.450.18110.3249.7363.33
Hex82D0732602D126e323f
Octal20232016346055221566277
Binary100000101101000011100111001100101101100101101110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,208,115); }

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

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

 a { background-color: rgb(130,208,115); }

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

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

 span { border-color: rgb(130,208,115); }

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