Html Css Color HEX #84E186 Pastel Green

📋 copy color: '#84E186'

red 132 ◦ green 225 ◦ blue 134

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

Shades of Pastel Green #84E186

Tints of Pastel Green #84E186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.82%

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

R = 26.88%
G = 45.82%
B = 27.29%

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

#84E186 (or 0x84E186) is known color: Pastel Green. HEX triplet: 84, E1 and 86. RGB value is (132,225,134). Sum of RGB (Red+Green+Blue) = 132+225+134=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #84E186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84E186 is #7B1E79. Grayscale: #BBBBBB. Windows color (decimal): -8068730 or 8839556. OLE color: 8839556.

HSL color Cylindrical-coordinate representation of color #84E186: hue angle of 121.29º degrees, saturation: 0.61, 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 #84E186 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 225 134 -
CMYK 0.41 0 0.40 0.12
HSL 121.29º 0.61% 0.7% -
HSV(B) 121.29º 0.41% 0.88% -
XYZ 40.74 60.48 32.08 -
YUV 186.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 132 225 134 0.41 0 0.40 0.12 121.29 0.61 0.7
Hex 84 E1 86 29 0 28 C 79 3D 46
Octal 204 341 206 51 0 50 14 171 75 106
Binary 10000100 11100001 10000110 101001 0 101000 1100 1111001 111101 1000110

Color Harmonies of #84E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84E186

Black with #84E186

Text Example


Text Example

White with #84E186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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