#82D66F

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

Shades of Pastel Green #82D66F

Tints of Pastel Green #82D66F

Color information

#82D66F (or 0x82D66F) is unknown color: approx Pastel Green. HEX triplet: 82, D6 and 6F. RGB value is (130,214,111). Sum of RGB (Red+Green+Blue) = 130+214+111=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #82D66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D66F is #7D2990. Grayscale: #B1B1B1. Windows color (decimal): -8202641 or 7329410. OLE color: 7329410.

HSL color Cylindrical-coordinate representation of color #82D66F: hue angle of 108.93º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82D66F is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB130214111-
CMYK0.3900.480.16
HSL108.93º55.68%63.73%-
HSV(B)108.93º48.13%83.92%-
XYZ36.1253.9923.56-
YUV177.1490.6794.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.57%
GREEN value IS 214 (83.98% from 255) = 47.03%
BLUE value IS 111 (43.75% from 255) = 24.40%
R=28.57%
G=47.03%
B=24.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141110.3900.480.16108.9355.6863.73
Hex82D66F27030106d3840
Octal202326157470602015570100
Binary1000001011010110110111110011101100001000011011011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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