#76DD84

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

Shades of Pastel Green #76DD84

Tints of Pastel Green #76DD84

Color information

#76DD84 (or 0x76DD84) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 84. RGB value is (118,221,132). Sum of RGB (Red+Green+Blue) = 118+221+132=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD84 is #89227B. Grayscale: #B4B4B4. Windows color (decimal): -8987260 or 8707446. OLE color: 8707446.

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

Color convert

RGB118221132-
CMYK0.4700.400.13
HSL128.16º60.23%66.47%-
HSV(B)128.16º46.61%86.67%-
XYZ37.4957.2330.9-
YUV180.06100.8883.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=25.05%
G=46.92%
B=28.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211320.4700.400.13128.1660.2366.47
Hex76DD842F028D803c42
Octal166335204570501520074102
Binary1110110110111011000010010111101010001101100000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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