#7CDC7A

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

Shades of Pastel Green #7CDC7A

Tints of Pastel Green #7CDC7A

Color information

#7CDC7A (or 0x7CDC7A) is unknown color: approx Pastel Green. HEX triplet: 7C, DC and 7A. RGB value is (124,220,122). Sum of RGB (Red+Green+Blue) = 124+220+122=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC7A is #832385. Grayscale: #B4B4B4. Windows color (decimal): -8594310 or 8051836. OLE color: 8051836.

HSL color Cylindrical-coordinate representation of color #7CDC7A: hue angle of 118.78º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CDC7A is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB124220122-
CMYK0.4400.450.14
HSL118.78º58.33%67.06%-
HSV(B)118.78º44.55%86.27%-
XYZ37.4256.8827.42-
YUV180.1295.287.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 122 (48.05% from 255) = 26.18%
R=26.61%
G=47.21%
B=26.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201220.4400.450.14118.7858.3367.06
Hex7CDC7A2C02DE773a43
Octal174334172540551616772103
Binary11111001101110011110101011000101101111011101111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,220,122); }

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

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

 a { background-color: rgb(124,220,122); }

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

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

 span { border-color: rgb(124,220,122); }

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