#7FDC82

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

Shades of Pastel Green #7FDC82

Tints of Pastel Green #7FDC82

Color information

#7FDC82 (or 0x7FDC82) is unknown color: approx Pastel Green. HEX triplet: 7F, DC and 82. RGB value is (127,220,130). Sum of RGB (Red+Green+Blue) = 127+220+130=477 (63% of max value = 765). Red value is 127 (50% from 255 or 26.62% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC82 is #80237D. Grayscale: #B6B6B6. Windows color (decimal): -8397694 or 8576127. OLE color: 8576127.

HSL color Cylindrical-coordinate representation of color #7FDC82: hue angle of 121.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDC82 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB127220130-
CMYK0.4200.410.14
HSL121.94º57.06%68.04%-
HSV(B)121.94º42.27%86.27%-
XYZ38.3757.3130.16-
YUV181.9398.6988.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.62%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=26.62%
G=46.12%
B=27.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201300.4200.410.14121.9457.0668.04
Hex7FDC822A029E7a3944
Octal177334202520511617271104
Binary111111111011100100000101010100101001111011110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FDC82; }

 p { color: rgb(127,220,130); }

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

<style>
 a { background-color: #7FDC82; }

 a { background-color: rgb(127,220,130); }

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

<style>
 span { border-color: #7FDC82; }

 span { border-color: rgb(127,220,130); }

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