#7CDC86

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

Shades of Pastel Green #7CDC86

Tints of Pastel Green #7CDC86

Color information

#7CDC86 (or 0x7CDC86) is unknown color: approx Pastel Green. HEX triplet: 7C, DC and 86. RGB value is (124,220,134). Sum of RGB (Red+Green+Blue) = 124+220+134=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDC86 is #832379. Grayscale: #B5B5B5. Windows color (decimal): -8594298 or 8838268. OLE color: 8838268.

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

Color convert

RGB124220134-
CMYK0.4400.390.14
HSL126.25º57.83%67.45%-
HSV(B)126.25º43.64%86.27%-
XYZ38.2157.1931.58-
YUV181.49101.286.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 220 (86.33% from 255) = 46.03%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=25.94%
G=46.03%
B=28.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201340.4400.390.14126.2557.8367.45
Hex7CDC862C027E7e3a43
Octal174334206540471617672103
Binary111110011011100100001101011000100111111011111101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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