#76DD70

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

Shades of Pastel Green #76DD70

Tints of Pastel Green #76DD70

Color information

#76DD70 (or 0x76DD70) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 70. RGB value is (118,221,112). Sum of RGB (Red+Green+Blue) = 118+221+112=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD70 is #89228F. Grayscale: #B2B2B2. Windows color (decimal): -8987280 or 7396726. OLE color: 7396726.

HSL color Cylindrical-coordinate representation of color #76DD70: hue angle of 116.7º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DD70 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB118221112-
CMYK0.4700.490.13
HSL116.7º61.58%65.29%-
HSV(B)116.7º49.32%86.67%-
XYZ36.2556.7324.37-
YUV177.7890.8885.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.16%
GREEN value IS 221 (86.72% from 255) = 49.00%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=26.16%
G=49.00%
B=24.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211120.4700.490.13116.761.5865.29
Hex76DD702F031D753e41
Octal166335160570611516576101
Binary11101101101110111100001011110110001110111101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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