#76CD7A

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

Shades of Pastel Green #76CD7A

Tints of Pastel Green #76CD7A

Color information

#76CD7A (or 0x76CD7A) is unknown color: approx Pastel Green. HEX triplet: 76, CD and 7A. RGB value is (118,205,122). Sum of RGB (Red+Green+Blue) = 118+205+122=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD7A is #893285. Grayscale: #A9A9A9. Windows color (decimal): -8991366 or 8047990. OLE color: 8047990.

HSL color Cylindrical-coordinate representation of color #76CD7A: hue angle of 122.76º 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 #76CD7A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB118205122-
CMYK0.4200.400.20
HSL122.76º46.52%63.33%-
HSV(B)122.76º42.44%80.39%-
XYZ32.8248.9226.13-
YUV169.52101.1891.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=26.52%
G=46.07%
B=27.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051220.4200.400.20122.7646.5263.33
Hex76CD7A2A028147b2f3f
Octal16631517252050241735777
Binary11101101100110111110101010100101000101001111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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