#76ED72

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

Shades of Pastel Green #76ED72

Tints of Pastel Green #76ED72

Color information

#76ED72 (or 0x76ED72) is unknown color: approx Pastel Green. HEX triplet: 76, ED and 72. RGB value is (118,237,114). Sum of RGB (Red+Green+Blue) = 118+237+114=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 237 (92.97% from 255 or 50.53% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 237 - color contains mainly: green. Hex color #76ED72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76ED72 is #89128D. Grayscale: #BBBBBB. Windows color (decimal): -8983182 or 7531894. OLE color: 7531894.

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

Color convert

RGB118237114-
CMYK0.5000.520.07
HSL118.05º77.36%68.82%-
HSV(B)118.05º51.9%92.94%-
XYZ40.7965.6326.44-
YUV187.486.5878.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 237 (92.97% from 255) = 50.53%
BLUE value IS 114 (44.92% from 255) = 24.31%
R=25.16%
G=50.53%
B=24.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182371140.5000.520.07118.0577.3668.82
Hex76ED72320347764d45
Octal166355162620647166115105
Binary11101101110110111100101100100110100111111011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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