#84EC7A

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

Shades of Pastel Green #84EC7A

Tints of Pastel Green #84EC7A

Color information

#84EC7A (or 0x84EC7A) is unknown color: approx Pastel Green. HEX triplet: 84, EC and 7A. RGB value is (132,236,122). Sum of RGB (Red+Green+Blue) = 132+236+122=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #84EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84EC7A is #7B1385. Grayscale: #C0C0C0. Windows color (decimal): -8065926 or 8055940. OLE color: 8055940.

HSL color Cylindrical-coordinate representation of color #84EC7A: hue angle of 114.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84EC7A is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB132236122-
CMYK0.4400.480.07
HSL114.74º75%70.2%-
HSV(B)114.74º48.31%92.55%-
XYZ43.0266.328.94-
YUV191.9188.5485.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 236 (92.58% from 255) = 48.16%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=26.94%
G=48.16%
B=24.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1322361220.4400.480.07114.747570.2
Hex84EC7A2C0307734b46
Octal204354172540607163113106
Binary100001001110110011110101011000110000111111001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,236,122); }

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

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

 a { background-color: rgb(132,236,122); }

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

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

 span { border-color: rgb(132,236,122); }

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