#7FE06A

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

Shades of Pastel Green #7FE06A

Tints of Pastel Green #7FE06A

Color information

#7FE06A (or 0x7FE06A) is unknown color: approx Pastel Green. HEX triplet: 7F, E0 and 6A. RGB value is (127,224,106). Sum of RGB (Red+Green+Blue) = 127+224+106=457 (60% of max value = 765). Red value is 127 (50% from 255 or 27.79% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE06A is #801F95. Grayscale: #B5B5B5. Windows color (decimal): -8396694 or 7004287. OLE color: 7004287.

HSL color Cylindrical-coordinate representation of color #7FE06A: hue angle of 109.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FE06A is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB127224106-
CMYK0.4300.530.12
HSL109.32º65.56%64.71%-
HSV(B)109.32º52.68%87.84%-
XYZ38.0158.8622.99-
YUV181.5485.3689.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.79%
GREEN value IS 224 (87.89% from 255) = 49.02%
BLUE value IS 106 (41.80% from 255) = 23.19%
R=27.79%
G=49.02%
B=23.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272241060.4300.530.12109.3265.5664.71
Hex7FE06A2B035C6d4241
Octal1773401525306514155102101
Binary111111111100000110101010101101101011100110110110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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