#7fe760

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

Shades of Pastel Green #7FE760

Tints of Pastel Green #7FE760

Color information

#7FE760 (or 0x7FE760) is unknown color: approx Pastel Green. HEX triplet: 7F, E7 and 60. RGB value is (127,231,96). Sum of RGB (Red+Green+Blue) = 127+231+96=454 (60% of max value = 765). Red value is 127 (50% from 255 or 27.97% from 454); Green value is 231 (90.62% from 255 or 50.88% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 231 - color contains mainly: green. Hex color #7FE760 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE760 is #80189F. Grayscale: #B8B8B8. Windows color (decimal): -8394912 or 6350719. OLE color: 6350719.

HSL color Cylindrical-coordinate representation of color #7FE760: hue angle of 106.22º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7FE760 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB12723196-
CMYK0.4500.580.09
HSL106.22º73.77%64.12%-
HSV(B)106.22º58.44%90.59%-
XYZ39.4462.5121.05-
YUV184.5178.0486.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.97%
GREEN value IS 231 (90.62% from 255) = 50.88%
BLUE value IS 96 (37.89% from 255) = 21.15%
R=27.97%
G=50.88%
B=21.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal127231960.4500.580.09106.2273.7764.12
Hex7FE7602D03A96a4a40
Octal1773471405507211152112100
Binary111111111100111110000010110101110101001110101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fe760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,231,96); }

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

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

 a { background-color: rgb(127,231,96); }

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

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

 span { border-color: rgb(127,231,96); }

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