#76EF80

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

Shades of Pastel Green #76EF80

Tints of Pastel Green #76EF80

Color information

#76EF80 (or 0x76EF80) is unknown color: approx Pastel Green. HEX triplet: 76, EF and 80. RGB value is (118,239,128). Sum of RGB (Red+Green+Blue) = 118+239+128=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #76EF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EF80 is #89107F. Grayscale: #BEBEBE. Windows color (decimal): -8982656 or 8449910. OLE color: 8449910.

HSL color Cylindrical-coordinate representation of color #76EF80: hue angle of 124.96º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EF80 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB118239128-
CMYK0.5100.460.06
HSL124.96º79.08%70%-
HSV(B)124.96º50.63%93.73%-
XYZ42.2367.1431.16-
YUV190.1792.9176.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 128 (50.39% from 255) = 26.39%
R=24.33%
G=49.28%
B=26.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182391280.5100.460.06124.9679.0870
Hex76EF803302E67d4f46
Octal166357200630566175117106
Binary111011011101111100000001100110101110110111110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,239,128); }

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

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

 a { background-color: rgb(118,239,128); }

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

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

 span { border-color: rgb(118,239,128); }

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