#84F573

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

Shades of Pastel Green #84F573

Tints of Pastel Green #84F573

Color information

#84F573 (or 0x84F573) is unknown color: approx Pastel Green. HEX triplet: 84, F5 and 73. RGB value is (132,245,115). Sum of RGB (Red+Green+Blue) = 132+245+115=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 245 (96.09% from 255 or 49.80% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 245 - color contains mainly: green. Hex color #84F573 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F573 is #7B0A8C. Grayscale: #C4C4C4. Windows color (decimal): -8063629 or 7599492. OLE color: 7599492.

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

Color convert

RGB132245115-
CMYK0.4600.530.04
HSL112.15º86.67%70.59%-
HSV(B)112.15º53.06%96.08%-
XYZ45.2671.4527.62-
YUV196.3982.0682.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.83%
GREEN value IS 245 (96.09% from 255) = 49.80%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=26.83%
G=49.80%
B=23.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1322451150.4600.530.04112.1586.6770.59
Hex84F5732E0354705747
Octal204365163560654160127107
Binary100001001111010111100111011100110101100111000010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,245,115); }

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

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

 a { background-color: rgb(132,245,115); }

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

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

 span { border-color: rgb(132,245,115); }

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