Html Css Color HEX #84E086 Pastel Green

📋 copy color: '#84E086'

red 132 ◦ green 224 ◦ blue 134

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

Shades of Pastel Green #84E086

Tints of Pastel Green #84E086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 26.94%
G = 45.71%
B = 27.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#84E086 (or 0x84E086) is known color: Pastel Green. HEX triplet: 84, E0 and 86. RGB value is (132,224,134). Sum of RGB (Red+Green+Blue) = 132+224+134=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #84E086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E086 is #7B1F79. Grayscale: #BABABA. Windows color (decimal): -8068986 or 8839300. OLE color: 8839300.

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

Color convert

RGB 132 224 134 -
CMYK 0.41 0 0.40 0.12
HSL 121.3º 0.6% 0.7% -
HSV(B) 121.3º 0.41% 0.88% -
XYZ 40.47 59.94 31.99 -
YUV 186.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 132 224 134 0.41 0 0.40 0.12 121.3 0.6 0.7
Hex 84 E0 86 29 0 28 C 79 3C 46
Octal 204 340 206 51 0 50 14 171 74 106
Binary 10000100 11100000 10000110 101001 0 101000 1100 1111001 111100 1000110

Color Harmonies of #84E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E086

Black with #84E086

Text Example


Text Example

White with #84E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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