Html Css Color HEX #84EBA2 Light Green

📋 copy color: '#84EBA2'

red 132 ◦ green 235 ◦ blue 162

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

Shades of Light Green #84EBA2

Tints of Light Green #84EBA2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.42%

 BLUE value IS 162 (63.67% from 255) = 30.62%

R = 24.95%
G = 44.42%
B = 30.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#84EBA2 (or 0x84EBA2) is known color: Light Green. HEX triplet: 84, EB and A2. RGB value is (132,235,162). Sum of RGB (Red+Green+Blue) = 132+235+162=529 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.95% from 529); Green value is 235 (92.19% from 255 or 44.42% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 235 - color contains mainly: green. Hex color #84EBA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84EBA2 is #7B145D. Grayscale: #C4C4C4. Windows color (decimal): -8066142 or 10677124. OLE color: 10677124.

HSL color Cylindrical-coordinate representation of color #84EBA2: hue angle of 137.48º 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 #84EBA2 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 235 162 -
CMYK 0.44 0 0.31 0.08
HSL 137.48º 0.72% 0.72% -
HSV(B) 137.48º 0.44% 0.92% -
XYZ 45.75 66.93 44.69 -
YUV 195.88 108.88 82.44 -
System Red Green Blue C M Y K H S L
Decimal 132 235 162 0.44 0 0.31 0.08 137.48 0.72 0.72
Hex 84 EB A2 2C 0 1F 8 89 48 48
Octal 204 353 242 54 0 37 10 211 110 110
Binary 10000100 11101011 10100010 101100 0 11111 1000 10001001 1001000 1001000

Color Harmonies of #84EBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EBA2

Black with #84EBA2

Text Example


Text Example

White with #84EBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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