#84DA71

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

Shades of Pastel Green #84DA71

Tints of Pastel Green #84DA71

Color information

#84DA71 (or 0x84DA71) is unknown color: approx Pastel Green. HEX triplet: 84, DA and 71. RGB value is (132,218,113). Sum of RGB (Red+Green+Blue) = 132+218+113=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84DA71 is #7B258E. Grayscale: #B4B4B4. Windows color (decimal): -8070543 or 7461508. OLE color: 7461508.

HSL color Cylindrical-coordinate representation of color #84DA71: hue angle of 109.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84DA71 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB132218113-
CMYK0.3900.480.15
HSL109.14º58.66%64.9%-
HSV(B)109.14º48.17%85.49%-
XYZ37.5756.2424.5-
YUV180.3290.0193.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 218 (85.55% from 255) = 47.08%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=28.51%
G=47.08%
B=24.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322181130.3900.480.15109.1458.6664.9
Hex84DA7127030F6d3b41
Octal204332161470601715573101
Binary100001001101101011100011001110110000111111011011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,218,113); }

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

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

 a { background-color: rgb(132,218,113); }

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

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

 span { border-color: rgb(132,218,113); }

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