#7FDC7D

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

Shades of Pastel Green #7FDC7D

Tints of Pastel Green #7FDC7D

Color information

#7FDC7D (or 0x7FDC7D) is unknown color: approx Pastel Green. HEX triplet: 7F, DC and 7D. RGB value is (127,220,125). Sum of RGB (Red+Green+Blue) = 127+220+125=472 (62% of max value = 765). Red value is 127 (50% from 255 or 26.91% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #7FDC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FDC7D is #802382. Grayscale: #B5B5B5. Windows color (decimal): -8397699 or 8248447. OLE color: 8248447.

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

Color convert

RGB127220125-
CMYK0.4200.430.14
HSL118.74º57.58%67.65%-
HSV(B)118.74º43.18%86.27%-
XYZ38.0557.1828.43-
YUV181.3696.1989.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.91%
GREEN value IS 220 (86.33% from 255) = 46.61%
BLUE value IS 125 (49.22% from 255) = 26.48%
R=26.91%
G=46.61%
B=26.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272201250.4200.430.14118.7457.5867.65
Hex7FDC7D2A02BE773a44
Octal177334175520531616772104
Binary11111111101110011111011010100101011111011101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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