#76DC70

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

Shades of Pastel Green #76DC70

Tints of Pastel Green #76DC70

Color information

#76DC70 (or 0x76DC70) is unknown color: approx Pastel Green. HEX triplet: 76, DC and 70. RGB value is (118,220,112). Sum of RGB (Red+Green+Blue) = 118+220+112=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC70 is #89238F. Grayscale: #B1B1B1. Windows color (decimal): -8987536 or 7396470. OLE color: 7396470.

HSL color Cylindrical-coordinate representation of color #76DC70: hue angle of 116.67º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76DC70 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB118220112-
CMYK0.4600.490.14
HSL116.67º60.67%65.1%-
HSV(B)116.67º49.09%86.27%-
XYZ35.9956.2124.28-
YUV177.1991.2185.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.22%
GREEN value IS 220 (86.33% from 255) = 48.89%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=26.22%
G=48.89%
B=24.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182201120.4600.490.14116.6760.6765.1
Hex76DC702E031E753d41
Octal166334160560611616575101
Binary11101101101110011100001011100110001111011101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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