#84EB96

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

Shades of Light Green #84EB96

Tints of Light Green #84EB96

Color information

#84EB96 (or 0x84EB96) is unknown color: approx Light Green. HEX triplet: 84, EB and 96. RGB value is (132,235,150). Sum of RGB (Red+Green+Blue) = 132+235+150=517 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.53% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EB96 is #7B1469. Grayscale: #C2C2C2. Windows color (decimal): -8066154 or 9890692. OLE color: 9890692.

HSL color Cylindrical-coordinate representation of color #84EB96: hue angle of 130.49º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84EB96 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB132235150-
CMYK0.4400.360.08
HSL130.49º72.03%71.96%-
HSV(B)130.49º43.83%92.16%-
XYZ44.7366.5239.34-
YUV194.51102.8883.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.53%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 150 (58.98% from 255) = 29.01%
R=25.53%
G=45.45%
B=29.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1322351500.4400.360.08130.4972.0371.96
Hex84EB962C0248824848
Octal2043532265404410202110110
Binary100001001110101110010110101100010010010001000001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,235,150); }

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

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

 a { background-color: rgb(132,235,150); }

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

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

 span { border-color: rgb(132,235,150); }

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