#7cf06f

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

Shades of Pastel Green #7CF06F

Tints of Pastel Green #7CF06F

Color information

#7CF06F (or 0x7CF06F) is unknown color: approx Pastel Green. HEX triplet: 7C, F0 and 6F. RGB value is (124,240,111). Sum of RGB (Red+Green+Blue) = 124+240+111=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 111 (43.75% from 255 or 23.37% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF06F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF06F is #830F90. Grayscale: #BFBFBF. Windows color (decimal): -8589201 or 7336060. OLE color: 7336060.

HSL color Cylindrical-coordinate representation of color #7CF06F: hue angle of 113.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7CF06F is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB124240111-
CMYK0.4800.540.06
HSL113.95º81.13%68.82%-
HSV(B)113.95º53.75%94.12%-
XYZ42.3467.7525.88-
YUV190.6183.0780.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 111 (43.75% from 255) = 23.37%
R=26.11%
G=50.53%
B=23.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242401110.4800.540.06113.9581.1368.82
Hex7CF06F300366725145
Octal174360157600666162121105
Binary11111001111000011011111100000110110110111001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf06f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,240,111); }

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

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

 a { background-color: rgb(124,240,111); }

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

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

 span { border-color: rgb(124,240,111); }

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