#76D47F

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

Shades of Pastel Green #76D47F

Tints of Pastel Green #76D47F

Color information

#76D47F (or 0x76D47F) is unknown color: approx Pastel Green. HEX triplet: 76, D4 and 7F. RGB value is (118,212,127). Sum of RGB (Red+Green+Blue) = 118+212+127=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #76D47F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D47F is #892B80. Grayscale: #AEAEAE. Windows color (decimal): -8989569 or 8377462. OLE color: 8377462.

HSL color Cylindrical-coordinate representation of color #76D47F: hue angle of 125.74º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D47F is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB118212127-
CMYK0.4400.400.17
HSL125.74º52.22%64.71%-
HSV(B)125.74º44.34%83.14%-
XYZ34.8552.4728.37-
YUV174.2101.3687.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.82%
GREEN value IS 212 (83.20% from 255) = 46.39%
BLUE value IS 127 (50% from 255) = 27.79%
R=25.82%
G=46.39%
B=27.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1182121270.4400.400.17125.7452.2264.71
Hex76D47F2C028117e3441
Octal166324177540502117664101
Binary111011011010100111111110110001010001000111111101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,212,127); }

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

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

 a { background-color: rgb(118,212,127); }

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

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

 span { border-color: rgb(118,212,127); }

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