#84F293

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

Shades of Light Green #84F293

Tints of Light Green #84F293

Color information

#84F293 (or 0x84F293) is unknown color: approx Light Green. HEX triplet: 84, F2 and 93. RGB value is (132,242,147). Sum of RGB (Red+Green+Blue) = 132+242+147=521 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.34% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #84F293 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F293 is #7B0D6C. Grayscale: #C6C6C6. Windows color (decimal): -8064365 or 9695876. OLE color: 9695876.

HSL color Cylindrical-coordinate representation of color #84F293: hue angle of 128.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F293 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB132242147-
CMYK0.4500.390.05
HSL128.18º80.88%73.33%-
HSV(B)128.18º45.45%94.9%-
XYZ46.5370.5238.76-
YUV198.2899.0680.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.34%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 147 (57.81% from 255) = 28.21%
R=25.34%
G=46.45%
B=28.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1322421470.4500.390.05128.1880.8873.33
Hex84F2932D0275805149
Octal204362223550475200121111
Binary10000100111100101001001110110101001111011000000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,242,147); }

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

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

 a { background-color: rgb(132,242,147); }

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

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

 span { border-color: rgb(132,242,147); }

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