#76D962

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

Shades of Pastel Green #76D962

Tints of Pastel Green #76D962

Color information

#76D962 (or 0x76D962) is unknown color: approx Pastel Green. HEX triplet: 76, D9 and 62. RGB value is (118,217,98). Sum of RGB (Red+Green+Blue) = 118+217+98=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #76D962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D962 is #89269D. Grayscale: #AEAEAE. Windows color (decimal): -8988318 or 6478198. OLE color: 6478198.

HSL color Cylindrical-coordinate representation of color #76D962: hue angle of 109.92º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76D962 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB11821798-
CMYK0.4600.550.15
HSL109.92º61.03%61.76%-
HSV(B)109.92º54.84%85.1%-
XYZ34.4954.3620.23-
YUV173.8385.288.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 217 (85.16% from 255) = 50.12%
BLUE value IS 98 (38.67% from 255) = 22.63%
R=27.25%
G=50.12%
B=22.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal118217980.4600.550.15109.9261.0361.76
Hex76D9622E037F6e3d3e
Octal16633114256067171567576
Binary1110110110110011100010101110011011111111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,98); }

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

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

 a { background-color: rgb(118,217,98); }

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

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

 span { border-color: rgb(118,217,98); }

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