#7CF07F

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

Shades of Pastel Green #7CF07F

Tints of Pastel Green #7CF07F

Color information

#7CF07F (or 0x7CF07F) is unknown color: approx Pastel Green. HEX triplet: 7C, F0 and 7F. RGB value is (124,240,127). Sum of RGB (Red+Green+Blue) = 124+240+127=491 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.25% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF07F is #830F80. Grayscale: #C0C0C0. Windows color (decimal): -8589185 or 8384636. OLE color: 8384636.

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

Color convert

RGB124240127-
CMYK0.4800.470.06
HSL121.55º79.45%71.37%-
HSV(B)121.55º48.33%94.12%-
XYZ43.368.1430.95-
YUV192.4391.0779.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.25%
GREEN value IS 240 (94.14% from 255) = 48.88%
BLUE value IS 127 (50% from 255) = 25.87%
R=25.25%
G=48.88%
B=25.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242401270.4800.470.06121.5579.4571.37
Hex7CF07F3002F67a4f47
Octal174360177600576172117107
Binary11111001111000011111111100000101111110111101010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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