#76E961

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

Shades of Pastel Green #76E961

Tints of Pastel Green #76E961

Color information

#76E961 (or 0x76E961) is unknown color: approx Pastel Green. HEX triplet: 76, E9 and 61. RGB value is (118,233,97). Sum of RGB (Red+Green+Blue) = 118+233+97=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 233 (91.41% from 255 or 52.01% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 233 - color contains mainly: green. Hex color #76E961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E961 is #89169E. Grayscale: #B7B7B7. Windows color (decimal): -8984223 or 6416758. OLE color: 6416758.

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

Color convert

RGB11823397-
CMYK0.4900.580.09
HSL110.74º75.56%64.71%-
HSV(B)110.74º58.37%91.37%-
XYZ38.7762.9921.42-
YUV183.1179.481.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.34%
GREEN value IS 233 (91.41% from 255) = 52.01%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=26.34%
G=52.01%
B=21.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal118233970.4900.580.09110.7475.5664.71
Hex76E9613103A96f4c41
Octal1663511416107211157114101
Binary111011011101001110000111000101110101001110111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,233,97); }

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

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

 a { background-color: rgb(118,233,97); }

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

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

 span { border-color: rgb(118,233,97); }

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