#76DC74

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

Shades of Pastel Green #76DC74

Tints of Pastel Green #76DC74

Color information

#76DC74 (or 0x76DC74) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 74. RGB value is (118,220,116). Sum of RGB (Red+Green+Blue) = 118+220+116=454 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.99% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC74 is #89238B. Grayscale: #B1B1B1. Windows color (decimal): -8987532 or 7658614. OLE color: 7658614.

HSL color Cylindrical-coordinate representation of color #76DC74: hue angle of 118.85º 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 #76DC74 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB118220116-
CMYK0.4600.470.14
HSL118.85º59.77%65.88%-
HSV(B)118.85º47.27%86.27%-
XYZ36.2256.325.48-
YUV177.6593.2185.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.99%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=25.99%
G=48.46%
B=25.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201160.4600.470.14118.8559.7765.88
Hex76DC742E02FE773c42
Octal166334164560571616774102
Binary11101101101110011101001011100101111111011101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76DC74; }

 p { color: rgb(118,220,116); }

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

<style>
 a { background-color: #76DC74; }

 a { background-color: rgb(118,220,116); }

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

<style>
 span { border-color: #76DC74; }

 span { border-color: rgb(118,220,116); }

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