#84DD76

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

Shades of Pastel Green #84DD76

Tints of Pastel Green #84DD76

Color information

#84DD76 (or 0x84DD76) is unknown color: approx Pastel Green. HEX triplet: 84, DD and 76. RGB value is (132,221,118). Sum of RGB (Red+Green+Blue) = 132+221+118=471 (62% of max value = 765). Red value is 132 (51.95% from 255 or 28.03% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DD76 is #7B2289. Grayscale: #B6B6B6. Windows color (decimal): -8069770 or 7789956. OLE color: 7789956.

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

Color convert

RGB132221118-
CMYK0.4000.470.13
HSL111.84º60.23%66.47%-
HSV(B)111.84º46.61%86.67%-
XYZ38.6457.9326.28-
YUV182.6591.5191.88-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322211180.4000.470.13111.8460.2366.47
Hex84DD762802FD703c42
Octal204335166500571516074102
Binary100001001101110111101101010000101111110111100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84DD76; }

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

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

<style>
 a { background-color: #84DD76; }

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

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

<style>
 span { border-color: #84DD76; }

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

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