Html Css Color HEX #86E365 Pastel Green

📋 copy color: '#86E365'

red 134 ◦ green 227 ◦ blue 101

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

Shades of Pastel Green #86E365

Tints of Pastel Green #86E365

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 101 (39.84% from 255) = 21.86%

R = 29%
G = 49.13%
B = 21.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#86E365 (or 0x86E365) is known color: Pastel Green. HEX triplet: 86, E3 and 65. RGB value is (134,227,101). Sum of RGB (Red+Green+Blue) = 134+227+101=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #86E365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E365 is #791C9A. Grayscale: #B9B9B9. Windows color (decimal): -7937179 or 6677382. OLE color: 6677382.

HSL color Cylindrical-coordinate representation of color #86E365: hue angle of 104.29º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #86E365 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 227 101 -
CMYK 0.41 0 0.56 0.11
HSL 104.29º 0.69% 0.64% -
HSV(B) 104.29º 0.56% 0.89% -
XYZ 39.65 60.95 21.99 -
YUV 184.83 80.69 91.75 -
System Red Green Blue C M Y K H S L
Decimal 134 227 101 0.41 0 0.56 0.11 104.29 0.69 0.64
Hex 86 E3 65 29 0 38 B 68 45 40
Octal 206 343 145 51 0 70 13 150 105 100
Binary 10000110 11100011 1100101 101001 0 111000 1011 1101000 1000101 1000000

Color Harmonies of #86E365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E365

Black with #86E365

Text Example


Text Example

White with #86E365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,227,101); }

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

background-color css

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

 a { background-color: rgb(134,227,101); }

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

border-color css

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

 span { border-color: rgb(134,227,101); }

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