#7cd078

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

Shades of Pastel Green #7CD078

Tints of Pastel Green #7CD078

Color information

#7CD078 (or 0x7CD078) is unknown color: approx Pastel Green. HEX triplet: 7C, D0 and 78. RGB value is (124,208,120). Sum of RGB (Red+Green+Blue) = 124+208+120=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD078 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD078 is #832F87. Grayscale: #ADADAD. Windows color (decimal): -8597384 or 7917692. OLE color: 7917692.

HSL color Cylindrical-coordinate representation of color #7CD078: hue angle of 117.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD078 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB124208120-
CMYK0.4000.420.18
HSL117.27º48.35%64.31%-
HSV(B)117.27º42.31%81.57%-
XYZ34.2650.7525.76-
YUV172.8598.1793.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.43%
GREEN value IS 208 (81.64% from 255) = 46.02%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=27.43%
G=46.02%
B=26.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1242081200.4000.420.18117.2748.3564.31
Hex7CD0782802A12753040
Octal174320170500522216560100
Binary111110011010000111100010100001010101001011101011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,208,120); }

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

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

 a { background-color: rgb(124,208,120); }

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

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

 span { border-color: rgb(124,208,120); }

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