#76EA74

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

Shades of Pastel Green #76EA74

Tints of Pastel Green #76EA74

Color information

#76EA74 (or 0x76EA74) is unknown color: approx Pastel Green. HEX triplet: 76, EA and 74. RGB value is (118,234,116). Sum of RGB (Red+Green+Blue) = 118+234+116=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EA74 is #89158B. Grayscale: #BABABA. Windows color (decimal): -8983948 or 7662198. OLE color: 7662198.

HSL color Cylindrical-coordinate representation of color #76EA74: hue angle of 118.98º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EA74 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB118234116-
CMYK0.5000.500.08
HSL118.98º73.75%68.63%-
HSV(B)118.98º50.43%91.76%-
XYZ40.0563.9626.76-
YUV185.8688.5779.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 116 (45.70% from 255) = 24.79%
R=25.21%
G=50%
B=24.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182341160.5000.500.08118.9873.7568.63
Hex76EA74320328774a45
Octal1663521646206210167112105
Binary111011011101010111010011001001100101000111011110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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