#82D26F

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

Shades of Pastel Green #82D26F

Tints of Pastel Green #82D26F

Color information

#82D26F (or 0x82D26F) is unknown color: approx Pastel Green. HEX triplet: 82, D2 and 6F. RGB value is (130,210,111). Sum of RGB (Red+Green+Blue) = 130+210+111=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #82D26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D26F is #7D2D90. Grayscale: #AFAFAF. Windows color (decimal): -8203665 or 7328386. OLE color: 7328386.

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

Color convert

RGB130210111-
CMYK0.3800.470.18
HSL108.48º52.38%62.94%-
HSV(B)108.48º47.14%82.35%-
XYZ35.1251.9923.22-
YUV174.799296.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.82%
GREEN value IS 210 (82.42% from 255) = 46.56%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=28.82%
G=46.56%
B=24.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302101110.3800.470.18108.4852.3862.94
Hex82D26F2602F126c343f
Octal20232215746057221546477
Binary100000101101001011011111001100101111100101101100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,111); }

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

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

 a { background-color: rgb(130,210,111); }

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

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

 span { border-color: rgb(130,210,111); }

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