#84F373

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

Shades of Pastel Green #84F373

Tints of Pastel Green #84F373

Color information

#84F373 (or 0x84F373) is unknown color: approx Pastel Green. HEX triplet: 84, F3 and 73. RGB value is (132,243,115). Sum of RGB (Red+Green+Blue) = 132+243+115=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #84F373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #84F373 is #7B0C8C. Grayscale: #C3C3C3. Windows color (decimal): -8064141 or 7598980. OLE color: 7598980.

HSL color Cylindrical-coordinate representation of color #84F373: hue angle of 112.03º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84F373 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB132243115-
CMYK0.4600.530.05
HSL112.03º84.21%70.2%-
HSV(B)112.03º52.67%95.29%-
XYZ44.6670.2427.42-
YUV195.2282.7382.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.94%
GREEN value IS 243 (95.31% from 255) = 49.59%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=26.94%
G=49.59%
B=23.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322431150.4600.530.05112.0384.2170.2
Hex84F3732E0355705446
Octal204363163560655160124106
Binary100001001111001111100111011100110101101111000010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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