#7CDC75

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

Shades of Pastel Green #7CDC75

Tints of Pastel Green #7CDC75

Color information

#7CDC75 (or 0x7CDC75) is unknown color: approx Pastel Green. HEX triplet: 7C, DC and 75. RGB value is (124,220,117). Sum of RGB (Red+Green+Blue) = 124+220+117=461 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.90% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC75 is #83238A. Grayscale: #B3B3B3. Windows color (decimal): -8594315 or 7724156. OLE color: 7724156.

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

Color convert

RGB124220117-
CMYK0.4400.470.14
HSL115.92º59.54%66.08%-
HSV(B)115.92º46.82%86.27%-
XYZ37.1256.7625.83-
YUV179.5592.788.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.90%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=26.90%
G=47.72%
B=25.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201170.4400.470.14115.9259.5466.08
Hex7CDC752C02FE743c42
Octal174334165540571616474102
Binary11111001101110011101011011000101111111011101001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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