#84D975

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

Shades of Pastel Green #84D975

Tints of Pastel Green #84D975

Color information

#84D975 (or 0x84D975) is unknown color: approx Pastel Green. HEX triplet: 84, D9 and 75. RGB value is (132,217,117). Sum of RGB (Red+Green+Blue) = 132+217+117=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #84D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D975 is #7B268A. Grayscale: #B4B4B4. Windows color (decimal): -8070795 or 7723396. OLE color: 7723396.

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

Color convert

RGB132217117-
CMYK0.3900.460.15
HSL111º56.82%65.49%-
HSV(B)111º46.08%85.1%-
XYZ37.5455.8225.62-
YUV180.1892.3493.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.33%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=28.33%
G=46.57%
B=25.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1322171170.3900.460.1511156.8265.49
Hex84D9752702EF6f3941
Octal204331165470561715771101
Binary100001001101100111101011001110101110111111011111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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