#84D071

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

Shades of Pastel Green #84D071

Tints of Pastel Green #84D071

Color information

#84D071 (or 0x84D071) is unknown color: approx Pastel Green. HEX triplet: 84, D0 and 71. RGB value is (132,208,113). Sum of RGB (Red+Green+Blue) = 132+208+113=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #84D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D071 is #7B2F8E. Grayscale: #AEAEAE. Windows color (decimal): -8073103 or 7458948. OLE color: 7458948.

HSL color Cylindrical-coordinate representation of color #84D071: hue angle of 108º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84D071 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB132208113-
CMYK0.3700.460.18
HSL108º50.26%62.94%-
HSV(B)108º45.67%81.57%-
XYZ35.0551.2123.66-
YUV174.4593.3297.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=29.14%
G=45.92%
B=24.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1322081130.3700.460.1810850.2662.94
Hex84D0712502E126c323f
Octal20432016145056221546277
Binary100001001101000011100011001010101110100101101100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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