Html Css Color HEX #84F29B Light Green

📋 copy color: '#84F29B'

red 132 ◦ green 242 ◦ blue 155

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

Shades of Light Green #84F29B

Tints of Light Green #84F29B

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.75%

 BLUE value IS 155 (60.94% from 255) = 29.3%

R = 24.95%
G = 45.75%
B = 29.3%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#84F29B (or 0x84F29B) is known color: Light Green. HEX triplet: 84, F2 and 9B. RGB value is (132,242,155). Sum of RGB (Red+Green+Blue) = 132+242+155=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #84F29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F29B is #7B0D64. Grayscale: #C7C7C7. Windows color (decimal): -8064357 or 10220164. OLE color: 10220164.

HSL color Cylindrical-coordinate representation of color #84F29B: hue angle of 132.55º 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 #84F29B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 242 155 -
CMYK 0.45 0 0.36 0.05
HSL 132.55º 0.81% 0.73% -
HSV(B) 132.55º 0.45% 0.95% -
XYZ 47.18 70.78 42.18 -
YUV 199.19 103.06 80.07 -
System Red Green Blue C M Y K H S L
Decimal 132 242 155 0.45 0 0.36 0.05 132.55 0.81 0.73
Hex 84 F2 9B 2D 0 24 5 85 51 49
Octal 204 362 233 55 0 44 5 205 121 111
Binary 10000100 11110010 10011011 101101 0 100100 101 10000101 1010001 1001001

Color Harmonies of #84F29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F29B

Black with #84F29B

Text Example


Text Example

White with #84F29B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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