#7FFA7A

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

Shades of Pastel Green #7FFA7A

Tints of Pastel Green #7FFA7A

Color information

#7FFA7A (or 0x7FFA7A) is unknown color: approx Pastel Green. HEX triplet: 7F, FA and 7A. RGB value is (127,250,122). Sum of RGB (Red+Green+Blue) = 127+250+122=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 250 (98.05% from 255 or 50.10% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 250 - color contains mainly: green. Hex color #7FFA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FFA7A is #800585. Grayscale: #C7C7C7. Windows color (decimal): -8390022 or 8059519. OLE color: 8059519.

HSL color Cylindrical-coordinate representation of color #7FFA7A: hue angle of 117.66º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7FFA7A is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB127250122-
CMYK0.4900.510.02
HSL117.66º92.75%72.94%-
HSV(B)117.66º51.2%98.04%-
XYZ46.4574.2930.3-
YUV198.6384.7576.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 250 (98.05% from 255) = 50.10%
BLUE value IS 122 (48.05% from 255) = 24.45%
R=25.45%
G=50.10%
B=24.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1272501220.4900.510.02117.6692.7572.94
Hex7FFA7A310332765d49
Octal177372172610632166135111
Binary1111111111110101111010110001011001110111011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,250,122); }

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

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

 a { background-color: rgb(127,250,122); }

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

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

 span { border-color: rgb(127,250,122); }

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