#76E28D

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

Shades of Pastel Green #76E28D

Tints of Pastel Green #76E28D

Color information

#76E28D (or 0x76E28D) is unknown color: approx Pastel Green. HEX triplet: 76, E2 and 8D. RGB value is (118,226,141). Sum of RGB (Red+Green+Blue) = 118+226+141=485 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.33% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #76E28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76E28D is #891D72. Grayscale: #B8B8B8. Windows color (decimal): -8985971 or 9298550. OLE color: 9298550.

HSL color Cylindrical-coordinate representation of color #76E28D: hue angle of 132.78º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E28D is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB118226141-
CMYK0.4800.380.11
HSL132.78º65.06%67.45%-
HSV(B)132.78º47.79%88.63%-
XYZ39.4860.1734.73-
YUV184.02103.7280.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.33%
GREEN value IS 226 (88.67% from 255) = 46.60%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=24.33%
G=46.60%
B=29.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1182261410.4800.380.11132.7865.0667.45
Hex76E28D30026B854143
Octal1663422156004613205101103
Binary11101101110001010001101110000010011010111000010110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,226,141); }

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

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

 a { background-color: rgb(118,226,141); }

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

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

 span { border-color: rgb(118,226,141); }

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