#7FE86A

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

Shades of Pastel Green #7FE86A

Tints of Pastel Green #7FE86A

Color information

#7FE86A (or 0x7FE86A) is unknown color: approx Pastel Green. HEX triplet: 7F, E8 and 6A. RGB value is (127,232,106). Sum of RGB (Red+Green+Blue) = 127+232+106=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #7FE86A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FE86A is #801795. Grayscale: #BABABA. Windows color (decimal): -8394646 or 7006335. OLE color: 7006335.

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

Color convert

RGB127232106-
CMYK0.4500.540.09
HSL110º73.26%66.27%-
HSV(B)110º54.31%90.98%-
XYZ40.2163.2723.73-
YUV186.2482.7185.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 232 (91.02% from 255) = 49.89%
BLUE value IS 106 (41.80% from 255) = 22.80%
R=27.31%
G=49.89%
B=22.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1272321060.4500.540.0911073.2666.27
Hex7FE86A2D03696e4942
Octal1773501525506611156111102
Binary111111111101000110101010110101101101001110111010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,232,106); }

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

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

 a { background-color: rgb(127,232,106); }

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

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

 span { border-color: rgb(127,232,106); }

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