#82DD6D

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

Shades of Pastel Green #82DD6D

Tints of Pastel Green #82DD6D

Color information

#82DD6D (or 0x82DD6D) is unknown color: approx Pastel Green. HEX triplet: 82, DD and 6D. RGB value is (130,221,109). Sum of RGB (Red+Green+Blue) = 130+221+109=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD6D is #7D2292. Grayscale: #B5B5B5. Windows color (decimal): -8200851 or 7200130. OLE color: 7200130.

HSL color Cylindrical-coordinate representation of color #82DD6D: hue angle of 108.75º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82DD6D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB130221109-
CMYK0.4100.510.13
HSL108.75º62.22%64.71%-
HSV(B)108.75º50.68%86.67%-
XYZ37.8257.5623.59-
YUV181.0287.3591.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.26%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 109 (42.97% from 255) = 23.70%
R=28.26%
G=48.04%
B=23.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211090.4100.510.13108.7562.2264.71
Hex82DD6D29033D6d3e41
Octal202335155510631515576101
Binary100000101101110111011011010010110011110111011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,109); }

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

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

 a { background-color: rgb(130,221,109); }

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

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

 span { border-color: rgb(130,221,109); }

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