#84D970

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

Shades of Pastel Green #84D970

Tints of Pastel Green #84D970

Color information

#84D970 (or 0x84D970) is unknown color: approx Pastel Green. HEX triplet: 84, D9 and 70. RGB value is (132,217,112). Sum of RGB (Red+Green+Blue) = 132+217+112=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #84D970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D970 is #7B268F. Grayscale: #B3B3B3. Windows color (decimal): -8070800 or 7395716. OLE color: 7395716.

HSL color Cylindrical-coordinate representation of color #84D970: hue angle of 108.57º degrees, saturation: 0.58, 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 #84D970 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB132217112-
CMYK0.3900.480.15
HSL108.57º58.01%64.51%-
HSV(B)108.57º48.39%85.1%-
XYZ37.2555.724.12-
YUV179.6189.8494.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.63%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=28.63%
G=47.07%
B=24.30%

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
Decimal1322171120.3900.480.15108.5758.0164.51
Hex84D97027030F6d3a41
Octal204331160470601715572101
Binary100001001101100111100001001110110000111111011011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,217,112); }

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

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

 a { background-color: rgb(132,217,112); }

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

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

 span { border-color: rgb(132,217,112); }

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