#7CEA80

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

Shades of Pastel Green #7CEA80

Tints of Pastel Green #7CEA80

Color information

#7CEA80 (or 0x7CEA80) is unknown color: approx Pastel Green. HEX triplet: 7C, EA and 80. RGB value is (124,234,128). Sum of RGB (Red+Green+Blue) = 124+234+128=486 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.51% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEA80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CEA80 is #83157F. Grayscale: #BDBDBD. Windows color (decimal): -8590720 or 8448636. OLE color: 8448636.

HSL color Cylindrical-coordinate representation of color #7CEA80: hue angle of 122.18º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CEA80 is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB124234128-
CMYK0.4700.450.08
HSL122.18º72.37%70.2%-
HSV(B)122.18º47.01%91.76%-
XYZ41.6364.6930.71-
YUV189.0393.5681.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.51%
GREEN value IS 234 (91.80% from 255) = 48.15%
BLUE value IS 128 (50.39% from 255) = 26.34%
R=25.51%
G=48.15%
B=26.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1242341280.4700.450.08122.1872.3770.2
Hex7CEA802F02D87a4846
Octal1743522005705510172110106
Binary1111100111010101000000010111101011011000111101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,234,128); }

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

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

 a { background-color: rgb(124,234,128); }

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

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

 span { border-color: rgb(124,234,128); }

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