#84F06F

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

Shades of Pastel Green #84F06F

Tints of Pastel Green #84F06F

Color information

#84F06F (or 0x84F06F) is unknown color: approx Pastel Green. HEX triplet: 84, F0 and 6F. RGB value is (132,240,111). Sum of RGB (Red+Green+Blue) = 132+240+111=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #84F06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F06F is #7B0F90. Grayscale: #C1C1C1. Windows color (decimal): -8064913 or 7336068. OLE color: 7336068.

HSL color Cylindrical-coordinate representation of color #84F06F: hue angle of 110.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84F06F is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB132240111-
CMYK0.4500.540.06
HSL110.23º81.13%68.82%-
HSV(B)110.23º53.75%94.12%-
XYZ43.5568.3725.94-
YUV19381.7284.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 111 (43.75% from 255) = 22.98%
R=27.33%
G=49.69%
B=22.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1322401110.4500.540.06110.2381.1368.82
Hex84F06F2D03666e5145
Octal204360157550666156121105
Binary100001001111000011011111011010110110110110111010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,240,111); }

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

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

 a { background-color: rgb(132,240,111); }

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

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

 span { border-color: rgb(132,240,111); }

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