#7FE585

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

Shades of Pastel Green #7FE585

Tints of Pastel Green #7FE585

Color information

#7FE585 (or 0x7FE585) is unknown color: approx Pastel Green. HEX triplet: 7F, E5 and 85. RGB value is (127,229,133). Sum of RGB (Red+Green+Blue) = 127+229+133=489 (64% of max value = 765). Red value is 127 (50% from 255 or 25.97% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #7FE585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE585 is #801A7A. Grayscale: #BBBBBB. Windows color (decimal): -8395387 or 8775039. OLE color: 8775039.

HSL color Cylindrical-coordinate representation of color #7FE585: hue angle of 123.53º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7FE585 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB127229133-
CMYK0.4500.420.10
HSL123.53º66.23%69.8%-
HSV(B)123.53º44.54%89.8%-
XYZ41.0162.2432.04-
YUV187.5697.2184.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.97%
GREEN value IS 229 (89.84% from 255) = 46.83%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=25.97%
G=46.83%
B=27.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1272291330.4500.420.10123.5366.2369.8
Hex7FE5852D02AA7c4246
Octal1773452055505212174102106
Binary1111111111001011000010110110101010101010111110010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,229,133); }

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

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

 a { background-color: rgb(127,229,133); }

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

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

 span { border-color: rgb(127,229,133); }

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