#76DD83

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

Shades of Pastel Green #76DD83

Tints of Pastel Green #76DD83

Color information

#76DD83 (or 0x76DD83) is unknown color: approx Pastel Green. HEX triplet: 76, DD and 83. RGB value is (118,221,131). Sum of RGB (Red+Green+Blue) = 118+221+131=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 131 (51.56% from 255 or 27.87% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD83 is #89227C. Grayscale: #B4B4B4. Windows color (decimal): -8987261 or 8641910. OLE color: 8641910.

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

Color convert

RGB118221131-
CMYK0.4700.410.13
HSL127.57º60.23%66.47%-
HSV(B)127.57º46.61%86.67%-
XYZ37.4257.230.54-
YUV179.94100.3883.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.11%
GREEN value IS 221 (86.72% from 255) = 47.02%
BLUE value IS 131 (51.56% from 255) = 27.87%
R=25.11%
G=47.02%
B=27.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182211310.4700.410.13127.5760.2366.47
Hex76DD832F029D803c42
Octal166335203570511520074102
Binary1110110110111011000001110111101010011101100000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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