Html Css Color HEX #86EC6D Pastel Green

📋 copy color: '#86EC6D'

red 134 ◦ green 236 ◦ blue 109

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

Shades of Pastel Green #86EC6D

Tints of Pastel Green #86EC6D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.27%

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

R = 27.97%
G = 49.27%
B = 22.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#86EC6D (or 0x86EC6D) is known color: Pastel Green. HEX triplet: 86, EC and 6D. RGB value is (134,236,109). Sum of RGB (Red+Green+Blue) = 134+236+109=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EC6D is #791392. Grayscale: #BFBFBF. Windows color (decimal): -7934867 or 7203974. OLE color: 7203974.

HSL color Cylindrical-coordinate representation of color #86EC6D: hue angle of 108.19º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86EC6D is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 236 109 -
CMYK 0.43 0 0.54 0.07
HSL 108.19º 0.77% 0.68% -
HSV(B) 108.19º 0.54% 0.93% -
XYZ 42.59 66.16 24.99 -
YUV 191.02 81.71 87.33 -
System Red Green Blue C M Y K H S L
Decimal 134 236 109 0.43 0 0.54 0.07 108.19 0.77 0.68
Hex 86 EC 6D 2B 0 36 7 6C 4D 44
Octal 206 354 155 53 0 66 7 154 115 104
Binary 10000110 11101100 1101101 101011 0 110110 111 1101100 1001101 1000100

Color Harmonies of #86EC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EC6D

Black with #86EC6D

Text Example


Text Example

White with #86EC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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