#76ED75

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

Shades of Pastel Green #76ED75

Tints of Pastel Green #76ED75

Color information

#76ED75 (or 0x76ED75) is unknown color: approx Pastel Green. HEX triplet: 76, ED and 75. RGB value is (118,237,117). Sum of RGB (Red+Green+Blue) = 118+237+117=472 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25% from 472); Green value is 237 (92.97% from 255 or 50.21% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76ED75 is #89128A. Grayscale: #BCBCBC. Windows color (decimal): -8983179 or 7728502. OLE color: 7728502.

HSL color Cylindrical-coordinate representation of color #76ED75: hue angle of 119.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76ED75 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB118237117-
CMYK0.5000.510.07
HSL119.5º76.92%69.41%-
HSV(B)119.5º50.63%92.94%-
XYZ40.9765.727.35-
YUV187.7488.0878.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25%
GREEN value IS 237 (92.97% from 255) = 50.21%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=25%
G=50.21%
B=24.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182371170.5000.510.07119.576.9269.41
Hex76ED75320337784d45
Octal166355165620637170115105
Binary11101101110110111101011100100110011111111100010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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