Html Css Color HEX #86E86D Pastel Green

📋 copy color: '#86E86D'

red 134 ◦ green 232 ◦ blue 109

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

Shades of Pastel Green #86E86D

Tints of Pastel Green #86E86D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.84%

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 28.21%
G = 48.84%
B = 22.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#86E86D (or 0x86E86D) is known color: Pastel Green. HEX triplet: 86, E8 and 6D. RGB value is (134,232,109). Sum of RGB (Red+Green+Blue) = 134+232+109=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #86E86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E86D is #791792. Grayscale: #BDBDBD. Windows color (decimal): -7935891 or 7202950. OLE color: 7202950.

HSL color Cylindrical-coordinate representation of color #86E86D: hue angle of 107.8º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86E86D is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 232 109 -
CMYK 0.42 0 0.53 0.09
HSL 107.8º 0.73% 0.67% -
HSV(B) 107.8º 0.53% 0.91% -
XYZ 41.45 63.89 24.61 -
YUV 188.68 83.03 89 -
System Red Green Blue C M Y K H S L
Decimal 134 232 109 0.42 0 0.53 0.09 107.8 0.73 0.67
Hex 86 E8 6D 2A 0 35 9 6C 49 43
Octal 206 350 155 52 0 65 11 154 111 103
Binary 10000110 11101000 1101101 101010 0 110101 1001 1101100 1001001 1000011

Color Harmonies of #86E86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E86D

Black with #86E86D

Text Example


Text Example

White with #86E86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,232,109); }

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

background-color css

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

 a { background-color: rgb(134,232,109); }

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

border-color css

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

 span { border-color: rgb(134,232,109); }

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