#7FED7C

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

Shades of Pastel Green #7FED7C

Tints of Pastel Green #7FED7C

Color information

#7FED7C (or 0x7FED7C) is unknown color: approx Pastel Green. HEX triplet: 7F, ED and 7C. RGB value is (127,237,124). Sum of RGB (Red+Green+Blue) = 127+237+124=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED7C is #801283. Grayscale: #BFBFBF. Windows color (decimal): -8393348 or 8187263. OLE color: 8187263.

HSL color Cylindrical-coordinate representation of color #7FED7C: hue angle of 118.41º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FED7C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB127237124-
CMYK0.4600.480.07
HSL118.41º75.84%70.78%-
HSV(B)118.41º47.68%92.94%-
XYZ42.6766.5429.66-
YUV191.2390.0682.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.02%
GREEN value IS 237 (92.97% from 255) = 48.57%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=26.02%
G=48.57%
B=25.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1272371240.4600.480.07118.4175.8470.78
Hex7FED7C2E0307764c47
Octal177355174560607166114107
Binary11111111110110111111001011100110000111111011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FED7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,237,124); }

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

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

 a { background-color: rgb(127,237,124); }

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

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

 span { border-color: rgb(127,237,124); }

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