#76EB8A

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

Shades of Pastel Green #76EB8A

Tints of Pastel Green #76EB8A

Color information

#76EB8A (or 0x76EB8A) is unknown color: approx Pastel Green. HEX triplet: 76, EB and 8A. RGB value is (118,235,138). Sum of RGB (Red+Green+Blue) = 118+235+138=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #76EB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EB8A is #891475. Grayscale: #BDBDBD. Windows color (decimal): -8983670 or 9104246. OLE color: 9104246.

HSL color Cylindrical-coordinate representation of color #76EB8A: hue angle of 130.26º degrees, saturation: 0.75, 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 #76EB8A is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB118235138-
CMYK0.5000.410.08
HSL130.26º74.52%69.22%-
HSV(B)130.26º49.79%92.16%-
XYZ41.7765.134.41-
YUV188.9699.2477.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.03%
GREEN value IS 235 (92.19% from 255) = 47.86%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=24.03%
G=47.86%
B=28.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1182351380.5000.410.08130.2674.5269.22
Hex76EB8A320298824b45
Octal1663532126205110202113105
Binary11101101110101110001010110010010100110001000001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,235,138); }

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

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

 a { background-color: rgb(118,235,138); }

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

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

 span { border-color: rgb(118,235,138); }

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