#76DD81

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

Shades of Pastel Green #76DD81

Tints of Pastel Green #76DD81

Color information

#76DD81 (or 0x76DD81) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 81. RGB value is (118,221,129). Sum of RGB (Red+Green+Blue) = 118+221+129=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD81 is #89227E. Grayscale: #B3B3B3. Windows color (decimal): -8987263 or 8510838. OLE color: 8510838.

HSL color Cylindrical-coordinate representation of color #76DD81: hue angle of 126.41º 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 #76DD81 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB118221129-
CMYK0.4700.420.13
HSL126.41º60.23%66.47%-
HSV(B)126.41º46.61%86.67%-
XYZ37.2957.1529.83-
YUV179.7299.3883.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 221 (86.72% from 255) = 47.22%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=25.21%
G=47.22%
B=27.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211290.4700.420.13126.4160.2366.47
Hex76DD812F02AD7e3c42
Octal166335201570521517674102
Binary111011011011101100000011011110101010110111111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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