#76EE70

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

Shades of Pastel Green #76EE70

Tints of Pastel Green #76EE70

Color information

#76EE70 (or 0x76EE70) is unknown color: approx Pastel Green. HEX triplet: 76, EE and 70. RGB value is (118,238,112). Sum of RGB (Red+Green+Blue) = 118+238+112=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 238 (93.36% from 255 or 50.85% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 238 - color contains mainly: green. Hex color #76EE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76EE70 is #89118F. Grayscale: #BCBCBC. Windows color (decimal): -8982928 or 7401078. OLE color: 7401078.

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

Color convert

RGB118238112-
CMYK0.5000.530.07
HSL117.14º78.75%68.63%-
HSV(B)117.14º52.94%93.33%-
XYZ40.9766.1725.94-
YUV187.7685.2478.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 238 (93.36% from 255) = 50.85%
BLUE value IS 112 (44.14% from 255) = 23.93%
R=25.21%
G=50.85%
B=23.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182381120.5000.530.07117.1478.7568.63
Hex76EE70320357754f45
Octal166356160620657165117105
Binary11101101110111011100001100100110101111111010110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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