#76CD78

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

Shades of Pastel Green #76CD78

Tints of Pastel Green #76CD78

Color information

#76CD78 (or 0x76CD78) is unknown color: approx Pastel Green. HEX triplet: 76, CD and 78. RGB value is (118,205,120). Sum of RGB (Red+Green+Blue) = 118+205+120=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD78 is #893287. Grayscale: #A9A9A9. Windows color (decimal): -8991368 or 7916918. OLE color: 7916918.

HSL color Cylindrical-coordinate representation of color #76CD78: hue angle of 121.38º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CD78 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB118205120-
CMYK0.4200.410.20
HSL121.38º46.52%63.33%-
HSV(B)121.38º42.44%80.39%-
XYZ32.6948.8725.48-
YUV169.3100.1891.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.64%
GREEN value IS 205 (80.47% from 255) = 46.28%
BLUE value IS 120 (47.27% from 255) = 27.09%
R=26.64%
G=46.28%
B=27.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051200.4200.410.20121.3846.5263.33
Hex76CD782A02914792f3f
Octal16631517052051241715777
Binary11101101100110111110001010100101001101001111001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,205,120); }

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

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

 a { background-color: rgb(118,205,120); }

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

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

 span { border-color: rgb(118,205,120); }

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