#76CD75

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

Shades of Pastel Green #76CD75

Tints of Pastel Green #76CD75

Color information

#76CD75 (or 0x76CD75) is unknown color: approx Pastel Green. HEX triplet: 76, CD and 75. RGB value is (118,205,117). Sum of RGB (Red+Green+Blue) = 118+205+117=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #76CD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CD75 is #89328A. Grayscale: #A9A9A9. Windows color (decimal): -8991371 or 7720310. OLE color: 7720310.

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

Color convert

RGB118205117-
CMYK0.4200.430.20
HSL119.32º46.81%63.14%-
HSV(B)119.32º42.93%80.39%-
XYZ32.5148.824.54-
YUV168.9698.6891.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.82%
GREEN value IS 205 (80.47% from 255) = 46.59%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=26.82%
G=46.59%
B=26.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182051170.4200.430.20119.3246.8163.14
Hex76CD752A02B14772f3f
Octal16631516552053241675777
Binary11101101100110111101011010100101011101001110111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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