#76EE8A

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

Shades of Pastel Green #76EE8A

Tints of Pastel Green #76EE8A

Color information

#76EE8A (or 0x76EE8A) is unknown color: approx Pastel Green. HEX triplet: 76, EE and 8A. RGB value is (118,238,138). Sum of RGB (Red+Green+Blue) = 118+238+138=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #76EE8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EE8A is #891175. Grayscale: #BFBFBF. Windows color (decimal): -8982902 or 9105014. OLE color: 9105014.

HSL color Cylindrical-coordinate representation of color #76EE8A: hue angle of 130º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EE8A is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB118238138-
CMYK0.5000.420.07
HSL130º77.92%69.8%-
HSV(B)130º50.42%93.33%-
XYZ42.6366.8434.7-
YUV190.7298.2476.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.89%
GREEN value IS 238 (93.36% from 255) = 48.18%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=23.89%
G=48.18%
B=27.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182381380.5000.420.0713077.9269.8
Hex76EE8A3202A7824e46
Octal166356212620527202116106
Binary1110110111011101000101011001001010101111000001010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,238,138); }

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

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

 a { background-color: rgb(118,238,138); }

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

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

 span { border-color: rgb(118,238,138); }

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