Html Css Color HEX #84FA96 Light Green

📋 copy color: '#84FA96'

red 132 ◦ green 250 ◦ blue 150

#84FA96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #84FA96

Tints of Light Green #84FA96

RGB

 RED value IS 132 (51.95% from 255) = 24.81%

 GREEN value IS 250 (98.05% from 255) = 46.99%

 BLUE value IS 150 (58.98% from 255) = 28.2%

R = 24.81%
G = 46.99%
B = 28.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#84FA96 (or 0x84FA96) is known color: Light Green. HEX triplet: 84, FA and 96. RGB value is (132,250,150). Sum of RGB (Red+Green+Blue) = 132+250+150=532 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.81% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #84FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FA96 is #7B0569. Grayscale: #CBCBCB. Windows color (decimal): -8062314 or 9894532. OLE color: 9894532.

HSL color Cylindrical-coordinate representation of color #84FA96: hue angle of 129.15º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FA96 is Cyan = 0.47, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 132 250 150 -
CMYK 0.47 0 0.4 0.02
HSL 129.15º 0.92% 0.75% -
HSV(B) 129.15º 0.47% 0.98% -
XYZ 49.21 75.48 40.83 -
YUV 203.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 132 250 150 0.47 0 0.4 0.02 129.15 0.92 0.75
Hex 84 FA 96 2F 0 28 2 81 5C 4B
Octal 204 372 226 57 0 50 2 201 134 113
Binary 10000100 11111010 10010110 101111 0 101000 10 10000001 1011100 1001011

Color Harmonies of #84FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FA96

Black with #84FA96

Text Example


Text Example

White with #84FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84FA96;
 }
 .AnyTagClassName
 {
   color: #84FA96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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