#7FEF7D

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

Shades of Pastel Green #7FEF7D

Tints of Pastel Green #7FEF7D

Color information

#7FEF7D (or 0x7FEF7D) is unknown color: approx Pastel Green. HEX triplet: 7F, EF and 7D. RGB value is (127,239,125). Sum of RGB (Red+Green+Blue) = 127+239+125=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #7FEF7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEF7D is #801082. Grayscale: #C0C0C0. Windows color (decimal): -8392835 or 8253311. OLE color: 8253311.

HSL color Cylindrical-coordinate representation of color #7FEF7D: hue angle of 118.95º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FEF7D is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB127239125-
CMYK0.4700.480.06
HSL118.95º78.08%71.37%-
HSV(B)118.95º47.7%93.73%-
XYZ43.3267.7330.19-
YUV192.5289.8981.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.87%
GREEN value IS 239 (93.75% from 255) = 48.68%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=25.87%
G=48.68%
B=25.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1272391250.4700.480.06118.9578.0871.37
Hex7FEF7D2F0306774e47
Octal177357175570606167116107
Binary11111111110111111111011011110110000110111011110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FEF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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