Html Css Color HEX #86E084 Pastel Green

📋 copy color: '#86E084'

red 134 ◦ green 224 ◦ blue 132

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

Shades of Pastel Green #86E084

Tints of Pastel Green #86E084

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 134 224 132 -
CMYK 0.40 0 0.41 0.12
HSL 118.7º 0.6% 0.7% -
HSV(B) 118.7º 0.41% 0.88% -
XYZ 40.65 60.05 31.28 -
YUV 186.6 97.18 90.48 -
System Red Green Blue C M Y K H S L
Decimal 134 224 132 0.40 0 0.41 0.12 118.7 0.6 0.7
Hex 86 E0 84 28 0 29 C 77 3C 46
Octal 206 340 204 50 0 51 14 167 74 106
Binary 10000110 11100000 10000100 101000 0 101001 1100 1110111 111100 1000110

Color Harmonies of #86E084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E084

Black with #86E084

Text Example


Text Example

White with #86E084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E084; }

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

 H1.HeaderClassName
 {
   color: #86E084;
 }
 .AnyTagClassName
 {
   color: #86E084;
 }
</style>

background-color css

<style>
 a { background-color: #86E084; }

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

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

border-color css

<style>
 span { border-color: #86E084; }

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

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