#7CE164

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

Shades of Pastel Green #7CE164

Tints of Pastel Green #7CE164

Color information

#7CE164 (or 0x7CE164) is unknown color: approx Pastel Green. HEX triplet: 7C, E1 and 64. RGB value is (124,225,100). Sum of RGB (Red+Green+Blue) = 124+225+100=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CE164 is #831E9B. Grayscale: #B4B4B4. Windows color (decimal): -8593052 or 6611324. OLE color: 6611324.

HSL color Cylindrical-coordinate representation of color #7CE164: hue angle of 108.48º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7CE164 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB124225100-
CMYK0.4500.560.12
HSL108.48º67.57%63.73%-
HSV(B)108.48º55.56%88.24%-
XYZ37.5459.0621.48-
YUV180.5582.5487.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.62%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 100 (39.45% from 255) = 22.27%
R=27.62%
G=50.11%
B=22.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242251000.4500.560.12108.4867.5763.73
Hex7CE1642D038C6c4440
Octal1743411445507014154104100
Binary111110011100001110010010110101110001100110110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,225,100); }

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

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

 a { background-color: rgb(124,225,100); }

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

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

 span { border-color: rgb(124,225,100); }

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