#82DD72

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

Shades of Pastel Green #82DD72

Tints of Pastel Green #82DD72

Color information

#82DD72 (or 0x82DD72) is unknown color: approx Pastel Green. HEX triplet: 82, DD and 72. RGB value is (130,221,114). Sum of RGB (Red+Green+Blue) = 130+221+114=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DD72 is #7D228D. Grayscale: #B5B5B5. Windows color (decimal): -8200846 or 7527810. OLE color: 7527810.

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

Color convert

RGB130221114-
CMYK0.4100.480.13
HSL111.03º61.14%65.69%-
HSV(B)111.03º48.42%86.67%-
XYZ38.157.6725.04-
YUV181.5989.8591.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 114 (44.92% from 255) = 24.52%
R=27.96%
G=47.53%
B=24.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211140.4100.480.13111.0361.1465.69
Hex82DD7229030D6f3d42
Octal202335162510601515775102
Binary100000101101110111100101010010110000110111011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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