#7CE180

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

Shades of Pastel Green #7CE180

Tints of Pastel Green #7CE180

Color information

#7CE180 (or 0x7CE180) is unknown color: approx Pastel Green. HEX triplet: 7C, E1 and 80. RGB value is (124,225,128). Sum of RGB (Red+Green+Blue) = 124+225+128=477 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.00% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #7CE180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CE180 is #831E7F. Grayscale: #B8B8B8. Windows color (decimal): -8593024 or 8446332. OLE color: 8446332.

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

Color convert

RGB124225128-
CMYK0.4500.430.12
HSL122.38º62.73%68.43%-
HSV(B)122.38º44.89%88.24%-
XYZ39.1359.6929.88-
YUV183.7496.5485.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.00%
GREEN value IS 225 (88.28% from 255) = 47.17%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=26.00%
G=47.17%
B=26.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1242251280.4500.430.12122.3862.7368.43
Hex7CE1802D02BC7a3f44
Octal174341200550531417277104
Binary111110011100001100000001011010101011110011110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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