#7FDC81

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

Shades of Pastel Green #7FDC81

Tints of Pastel Green #7FDC81

Color information

#7FDC81 (or 0x7FDC81) is unknown color: approx Pastel Green. HEX triplet: 7F, DC and 81. RGB value is (127,220,129). Sum of RGB (Red+Green+Blue) = 127+220+129=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FDC81 is #80237E. Grayscale: #B6B6B6. Windows color (decimal): -8397695 or 8510591. OLE color: 8510591.

HSL color Cylindrical-coordinate representation of color #7FDC81: hue angle of 121.29º 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 #7FDC81 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB127220129-
CMYK0.4200.410.14
HSL121.29º57.06%68.04%-
HSV(B)121.29º42.27%86.27%-
XYZ38.3157.2829.81-
YUV181.8298.1988.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 220 (86.33% from 255) = 46.22%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=26.68%
G=46.22%
B=27.10%

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
Decimal1272201290.4200.410.14121.2957.0668.04
Hex7FDC812A029E793944
Octal177334201520511617171104
Binary111111111011100100000011010100101001111011110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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