#76E780

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

Shades of Pastel Green #76E780

Tints of Pastel Green #76E780

Color information

#76E780 (or 0x76E780) is unknown color: approx Pastel Green. HEX triplet: 76, E7 and 80. RGB value is (118,231,128). Sum of RGB (Red+Green+Blue) = 118+231+128=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #76E780 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E780 is #89187F. Grayscale: #B9B9B9. Windows color (decimal): -8984704 or 8447862. OLE color: 8447862.

HSL color Cylindrical-coordinate representation of color #76E780: hue angle of 125.31º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E780 is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB118231128-
CMYK0.4900.450.09
HSL125.31º70.19%68.43%-
HSV(B)125.31º48.92%90.59%-
XYZ39.9462.5630.39-
YUV185.4795.5679.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 231 (90.62% from 255) = 48.43%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=24.74%
G=48.43%
B=26.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182311280.4900.450.09125.3170.1968.43
Hex76E7803102D97d4644
Octal1663472006105511175106104
Binary1110110111001111000000011000101011011001111110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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