#7CF07E

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

Shades of Pastel Green #7CF07E

Tints of Pastel Green #7CF07E

Color information

#7CF07E (or 0x7CF07E) is unknown color: approx Pastel Green. HEX triplet: 7C, F0 and 7E. RGB value is (124,240,126). Sum of RGB (Red+Green+Blue) = 124+240+126=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CF07E is #830F81. Grayscale: #C0C0C0. Windows color (decimal): -8589186 or 8319100. OLE color: 8319100.

HSL color Cylindrical-coordinate representation of color #7CF07E: hue angle of 121.03º 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 #7CF07E is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB124240126-
CMYK0.4800.480.06
HSL121.03º79.45%71.37%-
HSV(B)121.03º48.33%94.12%-
XYZ43.2468.1130.61-
YUV192.3290.5779.27-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.31%
GREEN value IS 240 (94.14% from 255) = 48.98%
BLUE value IS 126 (49.61% from 255) = 25.71%
R=25.31%
G=48.98%
B=25.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242401260.4800.480.06121.0379.4571.37
Hex7CF07E300306794f47
Octal174360176600606171117107
Binary11111001111000011111101100000110000110111100110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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