#76dc73

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

Shades of Pastel Green #76DC73

Tints of Pastel Green #76DC73

Color information

#76DC73 (or 0x76DC73) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 73. RGB value is (118,220,115). Sum of RGB (Red+Green+Blue) = 118+220+115=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC73 is #89238C. Grayscale: #B1B1B1. Windows color (decimal): -8987533 or 7593078. OLE color: 7593078.

HSL color Cylindrical-coordinate representation of color #76DC73: hue angle of 118.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76DC73 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB118220115-
CMYK0.4600.480.14
HSL118.29º60%65.69%-
HSV(B)118.29º47.73%86.27%-
XYZ36.1656.2825.18-
YUV177.5392.7185.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.05%
GREEN value IS 220 (86.33% from 255) = 48.57%
BLUE value IS 115 (45.31% from 255) = 25.39%
R=26.05%
G=48.57%
B=25.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201150.4600.480.14118.296065.69
Hex76DC732E030E763c42
Octal166334163560601616674102
Binary11101101101110011100111011100110000111011101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76dc73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,220,115); }

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

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

 a { background-color: rgb(118,220,115); }

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

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

 span { border-color: rgb(118,220,115); }

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