Html Css Color HEX #84E082 Pastel Green

📋 copy color: '#84E082'

red 132 ◦ green 224 ◦ blue 130

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

Shades of Pastel Green #84E082

Tints of Pastel Green #84E082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 130 (51.17% from 255) = 26.75%

R = 27.16%
G = 46.09%
B = 26.75%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#84E082 (or 0x84E082) is known color: Pastel Green. HEX triplet: 84, E0 and 82. RGB value is (132,224,130). Sum of RGB (Red+Green+Blue) = 132+224+130=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #84E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E082 is #7B1F7D. Grayscale: #BABABA. Windows color (decimal): -8068990 or 8577156. OLE color: 8577156.

HSL color Cylindrical-coordinate representation of color #84E082: hue angle of 118.72º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84E082 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 224 130 -
CMYK 0.41 0 0.42 0.12
HSL 118.72º 0.6% 0.69% -
HSV(B) 118.72º 0.42% 0.88% -
XYZ 40.2 59.83 30.55 -
YUV 185.78 96.52 89.64 -
System Red Green Blue C M Y K H S L
Decimal 132 224 130 0.41 0 0.42 0.12 118.72 0.6 0.69
Hex 84 E0 82 29 0 2A C 77 3C 45
Octal 204 340 202 51 0 52 14 167 74 105
Binary 10000100 11100000 10000010 101001 0 101010 1100 1110111 111100 1000101

Color Harmonies of #84E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E082

Black with #84E082

Text Example


Text Example

White with #84E082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,224,130); }

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

background-color css

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

 a { background-color: rgb(132,224,130); }

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

border-color css

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

 span { border-color: rgb(132,224,130); }

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