#7CDA74

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

Shades of Pastel Green #7CDA74

Tints of Pastel Green #7CDA74

Color information

#7CDA74 (or 0x7CDA74) is unknown color: approx Pastel Green. HEX triplet: 7C, DA and 74. RGB value is (124,218,116). Sum of RGB (Red+Green+Blue) = 124+218+116=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA74 is #83258B. Grayscale: #B2B2B2. Windows color (decimal): -8594828 or 7658108. OLE color: 7658108.

HSL color Cylindrical-coordinate representation of color #7CDA74: hue angle of 115.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CDA74 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB124218116-
CMYK0.4300.470.15
HSL115.29º57.95%65.49%-
HSV(B)115.29º46.79%85.49%-
XYZ36.5455.6925.35-
YUV178.2792.8689.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.07%
GREEN value IS 218 (85.55% from 255) = 47.60%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=27.07%
G=47.60%
B=25.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1242181160.4300.470.15115.2957.9565.49
Hex7CDA742B02FF733a41
Octal174332164530571716372101
Binary11111001101101011101001010110101111111111100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,218,116); }

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

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

 a { background-color: rgb(124,218,116); }

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

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

 span { border-color: rgb(124,218,116); }

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