#84F46A

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

Shades of Pastel Green #84F46A

Tints of Pastel Green #84F46A

Color information

#84F46A (or 0x84F46A) is unknown color: approx Pastel Green. HEX triplet: 84, F4 and 6A. RGB value is (132,244,106). Sum of RGB (Red+Green+Blue) = 132+244+106=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #84F46A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F46A is #7B0B95. Grayscale: #C3C3C3. Windows color (decimal): -8063894 or 7009412. OLE color: 7009412.

HSL color Cylindrical-coordinate representation of color #84F46A: hue angle of 108.7º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84F46A is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB132244106-
CMYK0.4600.570.04
HSL108.7º86.25%68.63%-
HSV(B)108.7º56.56%95.69%-
XYZ44.4770.6524.93-
YUV194.7877.8983.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 244 (95.70% from 255) = 50.62%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=27.39%
G=50.62%
B=21.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322441060.4600.570.04108.786.2568.63
Hex84F46A2E03946d5645
Octal204364152560714155126105
Binary100001001111010011010101011100111001100110110110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,244,106); }

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

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

 a { background-color: rgb(132,244,106); }

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

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

 span { border-color: rgb(132,244,106); }

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